Skip to content

v3.0.0

Choose a tag to compare

@huozhi huozhi released this 09 Apr 22:27
· 577 commits to main since this release

Big release is coming! 🎉

bunchee

Features

  • Default syntax of compiled assets is now ES2015
  • Support --no-external option to bundle all dependencies
  • Support to inline env variables --env, by default it will inline NODE_ENV, envs are separated by commas
  • Validate your generated assets with exports config after build

Breaking Changes

  • Deprecate node 14 support, requires at lease node 16
  • Option --external change to string, all dependencies are separated by commas
  • Searching matched source files with exports from ./src folder

Improvements

  • Upgrade to rollup v3
  • Improve file reading process with async process

Bundle your libraries with less effort!

npm i -D bunchee