Skip to content

lib: migrate from ncc to esbuild#229

Merged
ryancyq merged 3 commits into
mainfrom
migrate/ncc-to-esbuild
May 12, 2026
Merged

lib: migrate from ncc to esbuild#229
ryancyq merged 3 commits into
mainfrom
migrate/ncc-to-esbuild

Conversation

@ryancyq
Copy link
Copy Markdown
Owner

@ryancyq ryancyq commented May 12, 2026

ncc uses webpack internally, which resolves packages using CJS semantics.

switching to esbuild for full esm support.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.31%. Comparing base (b838de7) to head (a97c04c).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #229   +/-   ##
=======================================
  Coverage   97.31%   97.31%           
=======================================
  Files          11       11           
  Lines         261      261           
  Branches       59       59           
=======================================
  Hits          254      254           
  Misses          7        7           

☔ 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.

@ryancyq ryancyq merged commit 00de5a7 into main May 12, 2026
10 checks passed
@ryancyq ryancyq deleted the migrate/ncc-to-esbuild branch May 12, 2026 09:23
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.

2 participants