Skip to content

Commit c78b1ab

Browse files
committed
We know we have big chunks
1 parent d1f6ef0 commit c78b1ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/webamp/vite.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { getPlugins } from "./scripts/rollupPlugins.mjs";
44
export default defineConfig({
55
build: {
66
outDir: "../dist/demo-site",
7+
chunkSizeWarningLimit: 2500, // Suppress warnings for chunks larger than 500kb
78
},
89
root: "demo",
910
// Used only by the demo site, not the library

0 commit comments

Comments
 (0)