increase chunkSize warning limit on build

This commit is contained in:
clauspeterhuebner 2024-11-12 23:16:01 +01:00
parent 52364d0524
commit 73902bceee

View File

@ -57,6 +57,7 @@ export default defineConfig({
],
build: {
outDir: path.resolve(__dirname, './build'),
chunkSizeWarningLimit: 1600,
},
publicDir: '/admin',
})