style(@vant/cli): fix site style in small screen (#9661)

This commit is contained in:
neverland
2021-10-12 10:02:34 +08:00
committed by GitHub
parent 81cb078396
commit e901c9cd9e
3 changed files with 4 additions and 4 deletions

View File

@@ -166,8 +166,6 @@ export function getViteConfigForSiteProd(): InlineConfig {
outDir,
brotliSize: false,
emptyOutDir: true,
// reduce small CSS files
cssCodeSplit: false,
rollupOptions: {
input: {
main: join(SITE_SRC_DIR, 'index.html'),