feat:更新176

This commit is contained in:
2026-09-14 13:44:30 +08:00
parent 9b09d6469d
commit c5799a192f
15 changed files with 273 additions and 972 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,
},