fix: remove drop console config

This commit is contained in:
jialin
2024-06-30 14:22:23 +08:00
parent 05df1ebfdb
commit 5746eb191f
2 changed files with 0 additions and 6 deletions
-4
View File
@@ -44,10 +44,6 @@ export default defineConfig({
minRatio: 0.8
}
]);
},
jsMinifierOptions: {
drop_console: true,
drop_debugger: true
}
}
: {}),