We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba48f1 commit 2b2051fCopy full SHA for 2b2051f
1 file changed
playground/vite.config.ts
@@ -161,9 +161,11 @@ export default defineConfig(({ mode }) => {
161
// - 2026-06-18: bumped from 4600 => 4700 after rebuilding the bb.js browser package at its new
162
// barretenberg/ts/bb.js path produced assets/barretenberg-*.js at 4641.65 KB.
163
// - 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.
166
{
167
pattern: /.*/,
- maxSizeKB: 5000,
168
+ maxSizeKB: 5300,
169
description: 'Detect if json artifacts or bb.js wasm get out of control',
170
},
171
]),
0 commit comments