mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-23 06:02:30 -05:00
53e8723086
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.
8 lines
159 B
Text
8 lines
159 B
Text
{
|
|
"main": {
|
|
"webpackConfig": "webpack.main.additions.js"
|
|
},
|
|
"renderer": {
|
|
"webpackConfig": "webpack.renderer.additions.js"
|
|
}
|
|
}
|