refactor: upgrade unbuild to 3.0.0 rc version (#4797)
This commit is contained in:
@@ -3,7 +3,7 @@ import type { UserConfig } from 'vite';
|
||||
async function getCommonConfig(): Promise<UserConfig> {
|
||||
return {
|
||||
build: {
|
||||
chunkSizeWarningLimit: 1000,
|
||||
chunkSizeWarningLimit: 2000,
|
||||
reportCompressedSize: false,
|
||||
sourcemap: false,
|
||||
},
|
||||
|
Reference in New Issue
Block a user