Skip to content

fix(playground): bump main entrypoint chunk-size limit 1800 → 1850 KB#23223

Merged
ledwards2225 merged 1 commit into
nextfrom
cb/7ad309a3cd56
May 12, 2026
Merged

fix(playground): bump main entrypoint chunk-size limit 1800 → 1850 KB#23223
ledwards2225 merged 1 commit into
nextfrom
cb/7ad309a3cd56

Conversation

@AztecBot
Copy link
Copy Markdown
Collaborator

What

Bumps the hard chunk-size cap on the playground's main entrypoint chunk (assets/index-*.js) in playground/vite.config.ts from 1800 KB → 1850 KB, plus a bump-log entry.

Why

The merge-train/barretenberg PR (#23137) is repeatedly failing in the merge queue on a deterministic yarn build failure in playground/:

❌ Chunk size validation failed:
  ❌ assets/index-Bc65D_YP.js: 1801.31 KB exceeds limit of 1800 KB (Main entrypoint, hard limit)
error during build: Error: Build failed: chunk size limits exceeded

(merge-queue log: ci.aztec-labs.com/a34536031aaca0b9)

The 1800 KB limit was only raised four days ago (#23107, 1750 → 1800). The merge train bundles further bb-side changes on top of next — notably feat: multi-app kernel circuits (#23076) — which nudged bb.js ~1.3 KB past the just-raised ceiling. It will fail on every queue attempt until the cap is raised. 1850 KB restores a small amount of headroom.

Note

This lands the bump on next. To unblock #23137 immediately, next needs to be re-merged into merge-train/barretenberg once this merges (or the same one-liner can be applied directly on that branch — note that branch's earlier conflict resolution dropped one of the two => 1800 bump-log comment lines, so expect a trivial conflict on the comment block when re-merging).

No behavior change; CI build only.


Created by claudebox · group: slackbot

@AztecBot AztecBot added the claudebox Owned by claudebox. it can push to this PR. label May 12, 2026
@ledwards2225 ledwards2225 marked this pull request as ready for review May 12, 2026 19:31
@ledwards2225 ledwards2225 requested a review from Thunkar as a code owner May 12, 2026 19:32
@ledwards2225 ledwards2225 self-requested a review May 12, 2026 19:32
@ledwards2225 ledwards2225 enabled auto-merge May 12, 2026 19:32
@ledwards2225 ledwards2225 added this pull request to the merge queue May 12, 2026
Merged via the queue into next with commit 695c936 May 12, 2026
53 of 60 checks passed
@ledwards2225 ledwards2225 deleted the cb/7ad309a3cd56 branch May 12, 2026 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-skip claudebox Owned by claudebox. it can push to this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants