mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
78d75dc3cf
Instead of overriding rules we don't want by matching the test exactly, we now explicitly delete rules we don't want before adding any of our custom rules.
9 lines
186 B
Text
9 lines
186 B
Text
{
|
|
"main": {
|
|
"webpackConfig": "webpack.main.js"
|
|
},
|
|
"renderer": {
|
|
"template": "src/renderer/index.html",
|
|
"webpackConfig": "webpack.renderer.js"
|
|
}
|
|
}
|