默认 bytecode 加密

This commit is contained in:
gsx
2022-11-25 09:47:26 +08:00
parent 5fc5e75852
commit fde94e42b1

View File

@@ -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'
],