Skip to content

Commit 3d1fdb4

Browse files
ryan-williamsclaude
andcommitted
perf: update bundle size thresholds after lazy-loading selections
Minimal/basic bundles grow ~2 KB from the lazy wrapper overhead (they still include the selections module since it's registered in full core). Updated sizes (minified): lite: 937,269 bytes (915 KB) ← saved 34 KB minimal: 1,076,875 bytes (1,052 KB) +1 KB (wrapper overhead) basic: 1,185,641 bytes (1,158 KB) +1 KB (wrapper overhead) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8d90c00 commit 3d1fdb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

perf/thresholds.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"expected_bytes": 937269
88
},
99
"minimal": {
10-
"expected_bytes": 2553539
10+
"expected_bytes": 2555858
1111
},
1212
"minimal-min": {
13-
"expected_bytes": 1075750
13+
"expected_bytes": 1076875
1414
},
1515
"basic": {
16-
"expected_bytes": 2894881
16+
"expected_bytes": 2897302
1717
},
1818
"basic-min": {
19-
"expected_bytes": 1184516
19+
"expected_bytes": 1185641
2020
}
2121
},
2222
"renderTime": {

0 commit comments

Comments
 (0)