feat(@vant/cli): bump vite 3.0 (#10842)

* feat(@vant/cli): bump vite 3.0

* chore: bump vite plugins
This commit is contained in:
neverland
2022-07-23 18:59:57 +08:00
committed by GitHub
parent a31f78b07a
commit 74c1c2927e
4 changed files with 55 additions and 30 deletions

View File

@@ -204,7 +204,7 @@ export function getViteConfigForSiteProd(): InlineConfig {
base: publicPath,
build: {
outDir,
brotliSize: false,
reportCompressedSize: false,
emptyOutDir: true,
// https://github.com/youzan/vant/issues/9703
cssTarget: ['chrome53'],