Skip to content

chore: raise the umd bundle size ceiling to 3.25 mb - #167

Merged
dazzatronus merged 1 commit into
mainfrom
derk/raise-umd-bundle-limit
Aug 27, 2026
Merged

chore: raise the umd bundle size ceiling to 3.25 mb#167
dazzatronus merged 1 commit into
mainfrom
derk/raise-umd-bundle-limit

Conversation

@dazzatronus

Copy link
Copy Markdown
Contributor

The UMD ceiling was set at exactly 3 MB and main ships at 2.9973 MB — 2.8 KB of headroom. Any feature of any size trips it, so the check now fires on arrival rather than on a regression, which is not what a size ratchet is for.

3.25 MB restores its purpose: catch a jump, ignore a creep. The other three bundles keep their existing limits and still have room (ES 3.71/4.0, internal UMD 2.11/2.5, internal ES 2.52/3.0).

Verify: npm run test:package

Risk: a genuine size regression up to 250 KB would now pass unflagged. Accepted — the alternative is a check that blocks every merge.

@dazzatronus
dazzatronus merged commit 0d717d3 into main Aug 27, 2026
1 check passed
@dazzatronus
dazzatronus deleted the derk/raise-umd-bundle-limit branch August 27, 2026 08:16
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 2.18.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant