Skip to content

v2.6.0

Choose a tag to compare

@pi0 pi0 released this 22 Sep 12:28
· 7 commits to main since this release

compare changes

🌟 What is new?

This release fixes minor issues, migrates to Rspack for dist, and lazily imports the Babel transformer only when needed, which should noticeably improve startup times.

  • Install size reduced from 2.03MB to 1.67MB
  • Loading times improved 150ms => 22ms (full transform: 180ms => 115ms)

πŸ”₯ Performance

  • Lazy load transformer (#405)

🩹 Fixes

  • cjs-interop: Handle function default exports (#396)
  • Always use native require/import for node: specifiers (#392)

πŸ“¦ Build

  • Migrate to rspack (#404)
  • Updated bundled dependencies (diff)

βœ… Tests

  • Update deno and bun native test coverage (df844f8)

❀️ Contributors