From fde94e42b1022904f43074a6b021cc9cf88e6860 Mon Sep 17 00:00:00 2001 From: gsx <530353222@qq.com> Date: Fri, 25 Nov 2022 09:47:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=20bytecode=20=E5=8A=A0?= =?UTF-8?q?=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/config/encrypt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/config/encrypt.js b/electron/config/encrypt.js index 3cba1cf..5490103 100644 --- a/electron/config/encrypt.js +++ b/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' ],