Pre Merge pull request !221 from uglyp/dev

This commit is contained in:
uglyp 2024-01-26 01:22:54 +00:00 committed by Gitee
commit a6dcbce948
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -77,7 +77,7 @@ export default defineConfig({
// minify: 'terser', // 如果需要用terser混淆可打开这两行
// terserOptions: terserOptions,
rollupOptions: rollupOptions,
brotliSize: brotliSize,
reportCompressedSize: brotliSize,
chunkSizeWarningLimit: chunkSizeWarningLimit
}
})