소스 검색

默认 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'
   ],