build: 取消丢弃 console

This commit is contained in:
CrescentLeaf
2025-11-09 12:46:38 +08:00
parent 149f003175
commit 6ce8acdb2e

View File

@@ -11,12 +11,6 @@ export default defineConfig({
outDir: "." + config.data_path + '/page_compiled',
minify: 'terser',
cssMinify: 'lightningcss',
terserOptions:{
compress:{
drop_console:true,
drop_debugger:true
}
},
rollupOptions: {
output: {
manualChunks(id) {