@@ -107,8 +107,6 @@ const buildConfig = baseConfig.clone()
107107 . merge ( {
108108 entry : {
109109 gui : './src/playground/index.jsx' ,
110- blocksonly : './src/playground/blocks-only.jsx' ,
111- compatibilitytesting : './src/playground/compatibility-testing.jsx' ,
112110 player : './src/playground/player.jsx'
113111 } ,
114112 output : {
@@ -128,20 +126,6 @@ const buildConfig = baseConfig.clone()
128126 title : 'スモウルビー' ,
129127 originTrials : JSON . parse ( fs . readFileSync ( 'origin-trials.json' ) )
130128 } ) )
131- . addPlugin ( new HtmlWebpackPlugin ( {
132- chunks : [ 'blocksonly' ] ,
133- filename : 'blocks-only.html' ,
134- template : 'src/playground/index.ejs' ,
135- title : 'Smalruby: Blocks Only Example' ,
136- originTrials : JSON . parse ( fs . readFileSync ( 'origin-trials.json' ) )
137- } ) )
138- . addPlugin ( new HtmlWebpackPlugin ( {
139- chunks : [ 'compatibilitytesting' ] ,
140- filename : 'compatibility-testing.html' ,
141- template : 'src/playground/index.ejs' ,
142- title : 'Smalruby: Compatibility Testing' ,
143- originTrials : JSON . parse ( fs . readFileSync ( 'origin-trials.json' ) )
144- } ) )
145129 . addPlugin ( new HtmlWebpackPlugin ( {
146130 chunks : [ 'player' ] ,
147131 filename : 'player.html' ,
0 commit comments