mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
We know we have big chunks
This commit is contained in:
parent
d1f6ef0089
commit
c78b1abe92
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue