increase chunkSizeWarningLimit for webapp build (#1287)

increase from 500k (default) to 1024k in order to get rid of the warning messages.
This commit is contained in:
vaterlangen 2024-09-26 21:22:08 +02:00 committed by GitHub
parent 191cc8007d
commit f36a3bf359
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,7 @@ export default defineConfig({
outDir: '../webapp_dist',
emptyOutDir: true,
minify: 'terser',
chunkSizeWarningLimit: 1024,
rollupOptions: {
output: {
// Only create one js file