diff --git a/electron/config/encrypt.js b/electron/config/encrypt.js index 3cba1cf..5490103 100644 --- a/electron/config/encrypt.js +++ b/electron/config/encrypt.js @@ -5,7 +5,7 @@ * @param {Array} fileExt - file suffix to be encrypted, currently only .js is supported */ module.exports = { - type: 'strict', + type: 'bytecode', directory: [ 'electron' ],