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 = [
100
100
defaultsDeep ( { } , base , {
101
101
entry : {
102
102
'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')
107
107
} ,
108
108
output : {
109
109
path : path . resolve ( __dirname , 'build' ) ,
@@ -188,7 +188,7 @@ module.exports = [
188
188
defaultsDeep ( { } , base , {
189
189
target : 'web' ,
190
190
entry : {
191
- 'smalruby3-gui' : './ src/index.js'
191
+ 'smalruby3-gui' : path . resolve ( __dirname , ' src/index.js')
192
192
} ,
193
193
output : {
194
194
libraryTarget : 'umd' ,
You can’t perform that action at this time.
0 commit comments