scratch-desktop/electron-webpack.json5
Christopher Willis-Ford 3785f7070e Get scratch-gui working, kinda, sorta...
CSS isn't loaded and it takes a LONG time to compile, but it does load
the GUI. It also requires using `npm ln` for `scratch-gui`.
2018-09-27 14:32:22 -07:00

5 lines
85 B
Text

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