Skip to content

Releases: webpack-contrib/css-minimizer-webpack-plugin

v3.4.0

18 Jan 11:55
Compare
Choose a tag to compare

3.4.0 (2022-01-18)

Features

v3.3.1

21 Dec 18:19
Compare
Choose a tag to compare

3.3.1 (2021-12-21)

Bug Fixes

v3.3.0

16 Dec 13:55
Compare
Choose a tag to compare

3.3.0 (2021-12-16)

Features

  • removed cjs wrapper and generated types in commonjs format (export = and namespaces used in types), now you can directly use exported types (3262a9a)

v3.2.0

23 Nov 22:44
Compare
Choose a tag to compare

3.2.0 (2021-11-23)

Features

v3.1.4

17 Nov 16:11
Compare
Choose a tag to compare

3.1.4 (2021-11-17)

Chore

  • update schema-utils package to 4.0.0 version

v3.1.3

10 Nov 14:43
Compare
Choose a tag to compare

3.1.3 (2021-11-10)

Bug Fixes

  • source map generation for cssnano and clean-css (#135) (a9dd43e)

v3.1.2

08 Nov 13:41
Compare
Choose a tag to compare

3.1.2 (2021-11-08)

Bug Fixes

  • handle esbuild warnings (f427f41)

v3.1.1

05 Oct 16:41
Compare
Choose a tag to compare

3.1.1 (2021-10-05)

Bug Fixes

v3.1.0

04 Oct 16:44
Compare
Choose a tag to compare

3.1.0 (2021-10-04)

Features

  • added esbuild minimizer (#122) (987d454)
  • allow returning errors from custom minimize function (#121) (c9a11b2)
  • output documentation links on errors (4e8afba)

Bug Fixes

  • source map generation for multiple minify functions (b736099)

v3.0.2

25 Jun 11:45
Compare
Choose a tag to compare

3.0.2 (2021-06-25)

Chore

  • update serialize-javascript