parent
2d73f094ff
commit
9f8b2ba4ba
|
@ -177,6 +177,11 @@ module.exports = function (config) {
|
|||
],
|
||||
},
|
||||
devtool: 'inline-source-map',
|
||||
externals: {
|
||||
// Don't try to bundle electron: leave it as a commonjs dependency
|
||||
// (the 'commonjs' here means it will output a 'require')
|
||||
"electron": "commonjs electron",
|
||||
},
|
||||
},
|
||||
|
||||
webpackMiddleware: {
|
||||
|
|
Loading…
Reference in New Issue