chore: set chunkSizeWarningLimit
This commit is contained in:
@@ -6,6 +6,7 @@ export default defineConfig(() => {
|
||||
build: {
|
||||
outDir: 'build',
|
||||
manifest: true,
|
||||
chunkSizeWarningLimit: 1024,
|
||||
},
|
||||
plugins: [react()],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user