Imagemin Webp Webpack Plugin Versions Save

Webpack plugin which converts images to the WebP format while also keeping the original files.

v3.3.6

2 years ago

v3.3.5

2 years ago

v3.3.4

3 years ago
  • updated dependencies

v3.3.3

3 years ago
  • updated dependencies to fix vulnerabilities

v3.3.0

4 years ago

v3.2.2

4 years ago

Updated all dependencies to fix vulnerabilities.

v3.2.1

4 years ago

Added the silent option to disable all console output.

v3.1.0

5 years ago

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: https://github.com/iampava/imagemin-webp-webpack-plugin/pull/9

v3.0.0

5 years ago

Complete rewrite of the plugin to fix webpack-dev-server bugs.

v2.0.1

5 years ago

Fixed https://github.com/iampava/imagemin-webp-webpack-plugin/issues/2 by increasing the version of imagemin-webp!