Browse Source

默认 bytecode 加密

gsx 3 năm trước cách đây
mục cha
commit
fde94e42b1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'
   ],