feat: update error console log
All checks were successful
build quyun / Build (push) Successful in 5m13s

This commit is contained in:
2025-08-11 14:44:08 +08:00
parent e199f0304f
commit 73fdd5472f
2 changed files with 2 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ export default defineConfig({
},
terserOptions: {
compress: {
drop_console: true,
// drop_console: true,
drop_debugger: true,
}
}