|
@@ -27,7 +27,7 @@ export default defineConfig({
|
|
|
controlFlowFlatteningThreshold: 0.5,
|
|
|
deadCodeInjection: false,
|
|
|
deadCodeInjectionThreshold: 0.2,
|
|
|
- disableConsoleOutput: true,
|
|
|
+ disableConsoleOutput: false, // 禁用日志输出,调试时关闭
|
|
|
identifierNamesGenerator: 'hexadecimal',
|
|
|
log: true,
|
|
|
renameGlobals: false,
|