scratch-desktop/electron-webpack.json5
Christopher Willis-Ford 53e8723086 Fix build with/without npm ln, match scratch-gui
Match the versions of Webpack, Babel, and related plugins as used in
scratch-gui. That plus a few other tweaks means that this repository
builds the same with or without `npm ln scratch-gui`, and also means
that all syntax used in scratch-gui should build the same here.
2018-10-24 09:47:52 -07:00

8 lines
159 B
Text

{
"main": {
"webpackConfig": "webpack.main.additions.js"
},
"renderer": {
"webpackConfig": "webpack.renderer.additions.js"
}
}