mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
9 lines
206 B
Text
9 lines
206 B
Text
{
|
|
"main": {
|
|
"webpackConfig": "webpack.main.additions.js"
|
|
},
|
|
"renderer": {
|
|
"template": "src/renderer/index.html",
|
|
"webpackConfig": "webpack.renderer.additions.js"
|
|
}
|
|
}
|