chore: raise chunkSizeWarningLimit

This commit is contained in:
2025-08-09 13:21:58 -05:00
parent 4d0bdeac7e
commit 75913606f4

View File

@@ -10,5 +10,8 @@ export default ({ mode }) => {
return defineConfig({
base: "/",
plugins: [react(), tsconfigPaths(), tailwindcss()],
build: {
chunkSizeWarningLimit: 650,
},
});
};