mirror of
https://gitee.com/dromara/go-view.git
synced 2025-06-30 00:29:16 +08:00
fixed:build.brotliSize(改为了 build.reportCompressedSize),在 v2 当中已经标记为弃用选项,现在已经被移除
This commit is contained in:
parent
f4de3189ec
commit
0c2382f7bc
@ -77,7 +77,7 @@ export default defineConfig({
|
||||
// minify: 'terser', // 如果需要用terser混淆,可打开这两行
|
||||
// terserOptions: terserOptions,
|
||||
rollupOptions: rollupOptions,
|
||||
brotliSize: brotliSize,
|
||||
reportCompressedSize: brotliSize,
|
||||
chunkSizeWarningLimit: chunkSizeWarningLimit
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user