We know we have big chunks

This commit is contained in:
Jordan Eldredge 2025-07-06 10:43:31 -07:00
parent d1f6ef0089
commit c78b1abe92

View file

@ -4,6 +4,7 @@ import { getPlugins } from "./scripts/rollupPlugins.mjs";
export default defineConfig({
build: {
outDir: "../dist/demo-site",
chunkSizeWarningLimit: 2500, // Suppress warnings for chunks larger than 500kb
},
root: "demo",
// Used only by the demo site, not the library