10 lines
No EOL
212 B
JSON
10 lines
No EOL
212 B
JSON
{
|
|
"renderer": {
|
|
"webpackConfig": "webpack.electron-renderer.config.js",
|
|
"sourceDirectory": "./ui/"
|
|
},
|
|
"main": {
|
|
"webpackConfig": "webpack.electron-main.config.js",
|
|
"sourceDirectory": "./electron/"
|
|
}
|
|
} |