/** * 加密配置 */ module.exports = { type: 'bytecode', // bytecode | confusion directory: [ 'electron' ], fileExt: ['.js'], };