v6.3.0
Improvements
require() can work properly with bunchee now. When the local source file is require'd by another one, it would be bundled like import. Otherwise if you're importing a external package, it still treats it as external and decide if the esm-shim needs to be applied.
PRs
- feat: handle dynamic require in ESM by @huozhi in #628
- fix: ensure bundle fallback wont go to types by @huozhi in #633
Full Changelog: v6.2.0...v6.3.0