scratch-desktop/electron-webpack.json5

10 lines
186 B
Text
Raw Normal View History

{
"main": {
"webpackConfig": "webpack.main.js"
},
"renderer": {
"template": "src/renderer/index.html",
"webpackConfig": "webpack.renderer.js"
}
}