feat:更新176
This commit is contained in:
+3
-3
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user