v2.6.0
π 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.03MBto1.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
β Tests
- Update deno and bun native test coverage (df844f8)
β€οΈ Contributors
- Pooya Parsa (@pi0)
- Volodymyr Kolesnykov (@sjinks)
- Jungwoo LEE (@jungwoo3490)