Browse Source

默认 bytecode 加密

gsx 3 years ago
parent
commit
fde94e42b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      electron/config/encrypt.js

+ 1 - 1
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'
   ],