v3.0.0
Big release is coming! 🎉
Features
- Default syntax of compiled assets is now ES2015
- Support
--no-externaloption to bundle all dependencies - Support to inline env variables
--env, by default it will inlineNODE_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
--externalchange to string, all dependencies are separated by commas - Searching matched source files with exports from
./srcfolder
Improvements
- Upgrade to rollup v3
- Improve file reading process with async process
Bundle your libraries with less effort!
npm i -D bunchee