image-minimizer-webpack-plugin
Version:
Webpack loader and plugin to optimize (compress) images using imagemin
16 lines (8 loc) • 461 B
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## 2.0.0 (2020-12-17)
### ⚠ BREAKING CHANGES
* minimum supported `webpack` version is `5.1.0`
* removed the `cache` option in favor the [`cache`](https://webpack.js.org/configuration/other-options/#cache) option from webpack
## 1.0.0 (2020-10-07)
Initial release.