Change chunk size warning limit to fit our current setup

This commit is contained in:
Renaud Chaput 2025-04-23 15:33:45 +02:00
parent fede16d292
commit a80a405bf2
No known key found for this signature in database
GPG Key ID: BCFC859D49B46990

View File

@ -59,6 +59,7 @@ export const config: UserConfigFnPromise = async ({ mode, command }) => {
},
build: {
commonjsOptions: { transformMixedEsModules: true },
chunkSizeWarningLimit: 1 * 1024 * 1024, // 1MB
manifest: 'manifest.json',
sourcemap: true,
rollupOptions: {