Releases: huozhi/bunchee
Releases · huozhi/bunchee
v2.0.0-alpha.1
This pre-release is mainly for speed improvement and support for cover more complicated use cases such as configuration for multi-exports. Notice that the multi entry feature is still in experimental 🧪
Features
- Replace babel with swc for js/jsx extensions files compilation (#80)
- Experimental feature: customized config and support specifiying multiple entries, checkout #87 for more details
Fixes
- Upgrade typescript plugin for related ts compilation fixes (#88)
- fix(deps): fix unmet peer dependency issues by @tmilewski in (#83)
Misc
- test: update externals test case by @huozhi in #82
- ci: increase coverage and expand functionality by @tmilewski in #84
- chore(deps): bump terser from 5.6.0 to 5.14.2 by @dependabot in #85
- test: custom snapshot by @huozhi in #89
New Contributors
- @tmilewski made their first contribution in (#84) 🎉