Skip to content

Releases: iampava/imagemin-webp-webpack-plugin

Plugin v3.3.6

Choose a tag to compare

@iampava iampava released this 19 Jul 19:21
  • support for Webpack 5 (#38)

Plugin v3.3.5

Choose a tag to compare

@iampava iampava released this 19 Jul 07:08

Added support for GIF images via imagemin-gif2webp (#35)

Plugin v3.3.4

Choose a tag to compare

@iampava iampava released this 05 Apr 08:19
  • updated dependencies

Plugin v3.3.3

Choose a tag to compare

@iampava iampava released this 19 Sep 09:03
  • updated dependencies to fix vulnerabilities

Plugin v3.3.0

Choose a tag to compare

@iampava iampava released this 14 Nov 20:24
  • 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

Choose a tag to compare

@iampava iampava released this 02 Nov 14:01
19dbf69

Updated all dependencies to fix vulnerabilities.

Plugin v3.2.1

Choose a tag to compare

@iampava iampava released this 27 Jun 05:01

Added the silent option to disable all console output.

Plugin v3.1.0

Choose a tag to compare

@iampava iampava released this 22 Jan 19:26

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

Choose a tag to compare

@iampava iampava released this 01 Jan 15:38

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

Increased imagemin-webp dependency to v5.0.0

Choose a tag to compare

@iampava iampava released this 05 Dec 13:09

Fixed #2 by increasing the version of imagemin-webp!