fix webpack build

This commit is contained in:
zadam
2021-12-24 22:18:05 +01:00
parent a232035d47
commit 3f307b117e
7 changed files with 10 additions and 3 deletions

View File

@@ -11,5 +11,5 @@ module.exports = {
filename: 'setup.js'
},
devtool: 'source-map',
target: 'electron-main'
target: 'electron-renderer'
};