Releases: iampava/imagemin-webp-webpack-plugin
Releases · iampava/imagemin-webp-webpack-plugin
Plugin v3.3.6
Plugin v3.3.5
Added support for GIF images via imagemin-gif2webp (#35)
Plugin v3.3.4
- updated dependencies
Plugin v3.3.3
- updated dependencies to fix vulnerabilities
Plugin v3.3.0
-
Merged #21 which adds support for older webpack versions.
-
Added a test-project inside the repo to make it easier to verify bugs/features
Plugin v3.2.2
Updated all dependencies to fix vulnerabilities.
Plugin v3.2.1
Added the silent
option to disable all console output.
Plugin v3.1.0
Added overrideExtension
config property which allows you to simply concatenate web to the end of your filename.
image.png
-> image.png.webp
More details here: #9
Plugin v3.0.0
Complete rewrite of the plugin to fix webpack-dev-server bugs.
Increased imagemin-webp dependency to v5.0.0
Fixed #2 by increasing the version of imagemin-webp!