Releases: huozhi/bunchee
Releases · huozhi/bunchee
v6.5.0
v6.4.0
Feature
Fixes
- patch: enable sourcemap when minify by default by @huozhi in #655
- fix: treat
default
condition as esm or cjs by @himself65 in #657 - Fix condition matching by @huozhi in #658
Improvements
Full Changelog: v6.3.4...v6.4.0
v6.3.3
v6.3.2
v6.3.1
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