Skip to content

Commit

Permalink
modify chunk size warning limit to 700 kb
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham4401 committed Sep 17, 2024
1 parent 33e0c78 commit 6373fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
build: {
sourcemap: true,
outDir: 'build',
chunkSizeWarningLimit: 500,
chunkSizeWarningLimit: 700,
},
plugins: [react(), tsconfigPaths()],
server: {
Expand Down

0 comments on commit 6373fc7

Please sign in to comment.