refactor: upgrade unbuild to 3.0.0 rc version (#4797)

This commit is contained in:
Vben
2024-11-02 21:21:51 +08:00
committed by GitHub
parent 422936a981
commit 35eef33779
8 changed files with 37 additions and 364 deletions

View File

@@ -3,7 +3,7 @@ import type { UserConfig } from 'vite';
async function getCommonConfig(): Promise<UserConfig> {
return {
build: {
chunkSizeWarningLimit: 1000,
chunkSizeWarningLimit: 2000,
reportCompressedSize: false,
sourcemap: false,
},