/** * 加密配置 * @param type - confusion | bytecode | strict */ module.exports = {
type: "bytecode", directory: ["electron"],
files: [
"electron/**/*.(js|json)", "!electron/config/encrypt.js", "!electron/config/nodemon.json", "!electron/config/builder.json",
],
fileExt: [".js"], confusionOptions: {}, };