Skip to content

Commit

Permalink
Increase chunkSizeWarningLimit to 1900kB
Browse files Browse the repository at this point in the history
  • Loading branch information
starsep committed Feb 20, 2024
1 parent d518507 commit e852d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default defineConfig(({ mode }) => {
build: {
target: "es2015",
outDir: "build",
chunkSizeWarningLimit: 1700,
chunkSizeWarningLimit: 1900,
sourcemap: true,
},
plugins: plugins,
Expand Down

0 comments on commit e852d5e

Please sign in to comment.