Skip to content

v2.0.0

Compare
Choose a tag to compare
@alexander-akait alexander-akait released this 10 Apr 17:20
· 177 commits to master since this release

2.0.0 (2021-04-10)

⚠ BREAKING CHANGES

  • update cssnano to 5.0.0 version
  • drop webpack v4 support
  • removed the cache option (respect the cache option from webpack)
  • removed the cacheKeys option respect the cache option from webpack)
  • removed the sourceMap option (respect the devtool option from webpack)

Features

  • added defaults functions for clean-css and csso, please look at here (5211eed)
  • added the ability to pass an array of functions to the minify (91f9977)
  • update cssnano to 5.0.0 version (4d2a8fd)