Ver código fonte

默认 bytecode 加密

gsx 3 anos atrás
pai
commit
fde94e42b1
1 arquivos alterados com 1 adições e 1 exclusões
  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'
   ],