File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,10 @@ module.exports = [
100100 defaultsDeep ( { } , base , {
101101 entry : {
102102 'lib.min' : [ 'react' , 'react-dom' ] ,
103- 'gui' : './ src/playground/index.jsx',
104- 'blocksonly' : './ src/playground/blocks-only.jsx',
105- 'compatibilitytesting' : './ src/playground/compatibility-testing.jsx',
106- 'player' : './ src/playground/player.jsx'
103+ 'gui' : path . resolve ( __dirname , ' src/playground/index.jsx') ,
104+ 'blocksonly' : path . resolve ( __dirname , ' src/playground/blocks-only.jsx') ,
105+ 'compatibilitytesting' : path . resolve ( __dirname , ' src/playground/compatibility-testing.jsx') ,
106+ 'player' : path . resolve ( __dirname , ' src/playground/player.jsx')
107107 } ,
108108 output : {
109109 path : path . resolve ( __dirname , 'build' ) ,
@@ -188,7 +188,7 @@ module.exports = [
188188 defaultsDeep ( { } , base , {
189189 target : 'web' ,
190190 entry : {
191- 'smalruby3-gui' : './ src/index.js'
191+ 'smalruby3-gui' : path . resolve ( __dirname , ' src/index.js')
192192 } ,
193193 output : {
194194 libraryTarget : 'umd' ,
You can’t perform that action at this time.
0 commit comments