Skip to content

remove bundle entrypoints from the package#125

Merged
cometkim merged 2 commits into
mainfrom
remove-bundle-entrpoints
Apr 15, 2026
Merged

remove bundle entrypoints from the package#125
cometkim merged 2 commits into
mainfrom
remove-bundle-entrpoints

Conversation

@cometkim
Copy link
Copy Markdown
Owner

@cometkim cometkim commented Apr 15, 2026

The previous version provides pre-built "bundled" endpoints.

I did it because I found use cases for it, such as the WeChat mini-programs project. However, I changed my mind. Many node_modules were inflated (like ~240KB) for very limited use cases.

Users can still load unbundled ESM modules directly in the browser and, if necessary, use the bundler at any time.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 15, 2026

🦋 Changeset detected

Latest commit: 23d6c6e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
unicode-segmenter Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Apr 15, 2026

Merging this PR will not alter performance

✅ 6 untouched benchmarks


Comparing remove-bundle-entrpoints (23d6c6e) with main (881acd5)

Open in CodSpeed

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (881acd5) to head (23d6c6e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #125   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          922       922           
=========================================
  Hits           922       922           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cometkim cometkim merged commit 9ee7b6d into main Apr 15, 2026
4 checks passed
@cometkim cometkim deleted the remove-bundle-entrpoints branch April 15, 2026 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant