Skip to content

Commit 2b2051f

Browse files
chore(playground): bump catch-all chunk size limit 5000 => 5300 (#564)
bb.js wasm chunks on merge-train/barretenberg grew to 5079/5117 KB, failing the playground build. Co-authored-by: ludamad <adamdomurad@gmail.com>
1 parent cba48f1 commit 2b2051f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

playground/vite.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,11 @@ export default defineConfig(({ mode }) => {
161161
// - 2026-06-18: bumped from 4600 => 4700 after rebuilding the bb.js browser package at its new
162162
// barretenberg/ts/bb.js path produced assets/barretenberg-*.js at 4641.65 KB.
163163
// - 2026-07-02: bumped to 5000 after merging from public to private repo resulted in 4800+k for some reason.
164+
// - 2026-07-04: bumped from 5000 => 5300 after bb changes on merge-train/barretenberg grew
165+
// assets/barretenberg-*.js to 5079.12 KB and assets/barretenberg-threads-*.js to 5116.65 KB.
164166
{
165167
pattern: /.*/,
166-
maxSizeKB: 5000,
168+
maxSizeKB: 5300,
167169
description: 'Detect if json artifacts or bb.js wasm get out of control',
168170
},
169171
]),

0 commit comments

Comments
 (0)