浏览代码

默认 bytecode 加密

gsx 3 年之前
父节点
当前提交
fde94e42b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'
   ],