UNPKG

create-chuntianxiaozhu

Version:

春天小猪模板工具

17 lines (16 loc) 599 B
module.exports = { type: "confusion", // 加密类型:bytecode | confusion | strict files: [ "electron/**/*.(js|json)", "!electron/config/encrypt.js", "!electron/config/nodemon.json", "!electron/config/builder.json", ], fileExt: [".js"], confusionOptions: { compact: true, // 将代码压缩为1stringArray: true, // 删除字符串文本并将其放置在特殊数组中 stringArrayEncoding: ["rc4"], // 对stringArray编码 'none', 'base64', 'rc4',增加安全性 deadCodeInjection: false, // 是否注入死代码,代码体积变大。 }, };