Pre Merge pull request !222 from uglyp/master-fetch-dev

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

View File

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