Skip to content

Commit 47b1949

Browse files
chore(size): re-measure frames budget on the rc.5 base
The original 11.22 KB budget was measured against a pre-#3123 base; merged with current next the scenario lands at 11.27 KB (the PR's own ~210 B of preload-link client code on top of the batch's core bytes). Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 0ed8065 commit 47b1949

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

‎scripts/size/.size-limit.js‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -422,11 +422,13 @@ module.exports = [
422422
// Verified via metafile that the bundle is still exactly the two dist
423423
// files (no seroval creep — the regression this scenario guards).
424424
//
425-
// Typed preload links: 11.19 KB measured. Frames now preserve request
426-
// metadata, adopt matching document links, and retain every late root
427-
// asset record for mounts that register after the stream arrives.
425+
// Typed preload links: 11.06 -> 11.27 KB measured on the rc.5 base
426+
// (~210 B). Frames now preserve request metadata (ensurePreload +
427+
// qualifier-aware head matching), adopt matching document links, and
428+
// retain every late root asset record for mounts that register after
429+
// the stream arrives.
428430
path: "../../packages/web/frames/dist/client.js",
429-
limit: "11.22 KB",
431+
limit: "11.28 KB",
430432
modifyEsbuildConfig: framesEsbuildConfig
431433
}
432434
];

0 commit comments

Comments
 (0)