From acf330585a0b8a2f27e401d09afed73d1590d69e Mon Sep 17 00:00:00 2001 From: AztecBot Date: Fri, 8 May 2026 18:33:54 +0000 Subject: [PATCH] =?UTF-8?q?chore(playground):=20bump=20main=20chunk=20size?= =?UTF-8?q?=20limit=201750=20=E2=86=92=201800=20KB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/vite.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playground/vite.config.ts b/playground/vite.config.ts index a465bb66a3e2..4d11064ef40b 100644 --- a/playground/vite.config.ts +++ b/playground/vite.config.ts @@ -136,9 +136,10 @@ export default defineConfig(({ mode }) => { // Bump log: // - AD: bumped from 1600 => 1680 as we now have a 20kb msgpack lib in bb.js and other logic got us 50kb higher, adding some wiggle room. // - MW: bumped from 1700 => 1750 after adding the noble curves pkg to foundation required for blob batching calculations. + // - 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). { pattern: /assets\/index-.*\.js$/, - maxSizeKB: 1750, + maxSizeKB: 1800, description: 'Main entrypoint, hard limit', }, // Bump log: