Skip to content

Commit

Permalink
increased chunkSizeWarningLimit from 500k (default) to 1024k in order…
Browse files Browse the repository at this point in the history
… to get rid of the warnig messages
  • Loading branch information
vaterlangen committed Sep 26, 2024
1 parent 191cc80 commit be86b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default defineConfig({
outDir: '../webapp_dist',
emptyOutDir: true,
minify: 'terser',
chunkSizeWarningLimit: 1024,
rollupOptions: {
output: {
// Only create one js file
Expand Down

0 comments on commit be86b00

Please sign in to comment.