mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 19:52:10 +08:00
del encrypt.
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
/**
|
||||
* 加密配置
|
||||
* @param type - confusion | bytecode | strict
|
||||
*/
|
||||
module.exports = {
|
||||
type: 'confusion',
|
||||
files: [
|
||||
'electron/**/*.(js|json)',
|
||||
'!electron/config/encrypt.js',
|
||||
'!electron/config/nodemon.json',
|
||||
'!electron/config/builder.json',
|
||||
],
|
||||
fileExt: ['.js'],
|
||||
confusionOptions: {
|
||||
compact: true,
|
||||
stringArray: true,
|
||||
stringArrayEncoding: ['none'],
|
||||
deadCodeInjection: false,
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user