This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
Releases: webpack-contrib/babel-minify-webpack-plugin
Releases · webpack-contrib/babel-minify-webpack-plugin
v0.3.1
v0.3.0
v0.2.0
- Babili is renamed to babel-minify babel/minify#124
- Use latest babel-minify 0.2.0
v0.1.2
- Uses [email protected]
v0.1.1
v0.1.0
Upgrades babili to v0.1.1
Refer Babili's Changelog for more info about this upgrade
Summary (from Babili's changelog)
- Better mangling - significant improvement in output code size.
- The preset options are flattened
- Smoke tests
- Use Yarn & Prettier
- And a lot of bug fixes (refer below)
Check Benchmarks for info about how Babili compares with other minifiers for a few samples.
0.0.11
- Move to webpack-contrib/babili-webpack-plugin
- Upgrade to [email protected]
0.0.10
v0.0.9
- Adds support for passing babili preset options.
- [BREAKING CHANGE] API Change from
new BabiliPlugin(options)
tonew BabiliPlugin(babiliOptions, overrides)
. Check https://github.com/boopathi/babili-webpack-plugin#options for more info.