Commit 4ea70f6
authored
chore(playground): bump main chunk size limit 1750 → 1800 KB (#23107)
## Summary
Fix CI failure on `merge-train/fairies` (run
[25572561023](https://github.com/AztecProtocol/aztec-packages/actions/runs/25572561023),
log [1778264338812903](http://ci.aztec-labs.com/1778264338812903)).
The merge of `next` into `merge-train/fairies` (78632af) brought in
barretenberg changes — `feat!: optimized Poseidon2 (#22652)` and `feat:
n1 apps (#22974)` via `feat: merge-train/barretenberg (#23025)` — which
grew bb.js by enough to push the playground main entrypoint 0.02 KB over
the 1750 KB hard limit:
```
❌ assets/index-BEz4wQVA.js: 1750.02 KB exceeds limit of 1750 KB (Main entrypoint, hard limit)
```
Bumping the limit to 1800 KB (matching the prior +50 KB increment from
the bump log) restores headroom.
## Test plan
- [ ] CI green on this PR (chunk size check passes)
ClaudeBox log: https://claudebox.work/s/22af49d0486fc035?run=11 parent 78632af commit 4ea70f6
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
139 | 140 | | |
140 | 141 | | |
141 | | - | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| |||
0 commit comments