Make builds work again and catch squirrel errors on windows (#2078)
* Catch errors for electron-squirrel-startup * Made builds work again * linting * linting
This commit is contained in:
parent
be8e0cce29
commit
de8e70f935
6 changed files with 26 additions and 15 deletions
|
|
@ -13,7 +13,7 @@ module.exports = {
|
|||
devtool: isProd ? 'hidden-source-map' : 'cheap-module-source-map',
|
||||
entry: './lib/index.js',
|
||||
output: {
|
||||
path: path.join(__dirname, 'app', 'dist'),
|
||||
path: path.join(__dirname, 'app', 'renderer'),
|
||||
filename: 'bundle.js'
|
||||
},
|
||||
module: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue