Skip to content

Commit a5da644

Browse files
change chunk size to slightly larger than current largest chunk
1 parent a9ffa73 commit a5da644

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

jena-fuseki2/jena-fuseki-ui/vite.config.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ export default defineConfig({
2828
scss: {
2929
api: "modern-compiler",
3030
silenceDeprecations: ["import", "global-builtin","color-functions","mixed-decls"],
31-
},
32-
31+
}
3332
},
3433
},
3534
base: './',
@@ -57,8 +56,8 @@ export default defineConfig({
5756
},
5857
},
5958
build: {
60-
// Our largest chunk: dist/assets/yasqe.min-ec8f4984.js 508.16 kB │ gzip: 130.97 kB
61-
chunkSizeWarningLimit: 550,
59+
// Our largest chunk: target/webapp/static/Query-CakHSd_3.js 1,172.48 kB │ gzip: 350.95 kB
60+
chunkSizeWarningLimit: 1250,
6261
// Change build paths to make them Maven compatible.
6362
outDir: 'target/webapp',
6463
assetsDir: 'static',

0 commit comments

Comments
 (0)