feat:更新176

This commit is contained in:
2026-09-15 14:14:09 +08:00
parent 9b09d6469d
commit f7b9e66172
15 changed files with 250 additions and 980 deletions
+3 -3
View File
@@ -7,11 +7,11 @@ export default defineConfig({
minify: 'terser',
terserOptions: {
compress: {
drop_console: process.env.NODE_ENV === 'production',
drop_debugger: process.env.NODE_ENV === 'production',
drop_console: true,
drop_debugger: true,
},
},
assetsInlineLimit: 4096,
assetsInlineLimit: 2048,
cssCodeSplit: true,
chunkSizeWarningLimit: 2000,
},