Skip to content

Commit 692bc75

Browse files
committed
fix(playground): bump main entrypoint chunk-size limit 1800 → 1850 KB
1 parent 19d29ac commit 692bc75

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

playground/vite.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,10 @@ export default defineConfig(({ mode }) => {
138138
// - MW: bumped from 1700 => 1750 after adding the noble curves pkg to foundation required for blob batching calculations.
139139
// - 2026-05-08: bumped from 1750 => 1800 after merge of next into merge-train/fairies brought in barretenberg changes (optimized Poseidon2, n1 apps) that nudged bb.js over the prior limit (1750.02 KB).
140140
// - JB: bumped from 1750 => 1800 after adding the `aztec_utl_getTxEffect` oracle handler, which pulls TxEffect / FlatPublicLogs / PrivateLog / PublicDataWrite into the eager PXE import path (#22979).
141+
// - 2026-05-12: bumped from 1800 => 1850 after merge-train/barretenberg brought in further bb-side changes (multi-app kernel circuits #23076 etc.) that pushed the main entrypoint to 1801.31 KB, just over the limit raised four days earlier.
141142
{
142143
pattern: /assets\/index-.*\.js$/,
143-
maxSizeKB: 1800,
144+
maxSizeKB: 1850,
144145
description: 'Main entrypoint, hard limit',
145146
},
146147
// Bump log:

0 commit comments

Comments
 (0)