diff --git a/cmd/bin.js b/cmd/bin.js index 18e61c1..c15a9ac 100644 --- a/cmd/bin.js +++ b/cmd/bin.js @@ -18,7 +18,7 @@ module.exports = { directory: './', cmd: 'electron', args: ['.', '--env=local'], - watch: true, + watch: false, } }, @@ -149,6 +149,10 @@ module.exports = { './public/electron/**/*.(js|json)', ], cleanFiles: ['./public/electron'], + specificFiles: [ + './public/electron/main.js', + './public/electron/preload/bridge.js', + ], confusionOptions: { compact: true, stringArray: true,