Skip to content

Releases: webpack/css-minimizer-webpack-plugin

v3.1.2

08 Nov 13:41

Choose a tag to compare

3.1.2 (2021-11-08)

Bug Fixes

  • handle esbuild warnings (f427f41)

v3.1.1

05 Oct 16:41

Choose a tag to compare

3.1.1 (2021-10-05)

Bug Fixes

v3.1.0

04 Oct 16:44

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

Choose a tag to compare

3.0.2 (2021-06-25)

Chore

  • update serialize-javascript

v3.0.1

31 May 15:39

Choose a tag to compare

3.0.1 (2021-05-31)

Chore

  • update jest-worker

v3.0.0

12 May 15:41

Choose a tag to compare

3.0.0 (2021-05-12)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

v2.0.0

10 Apr 17:20

Choose a tag to compare

2.0.0 (2021-04-10)

⚠ BREAKING CHANGES

  • update cssnano to 5.0.0 version
  • drop webpack v4 support
  • removed the cache option (respect the cache option from webpack)
  • removed the cacheKeys option respect the cache option from webpack)
  • removed the sourceMap option (respect the devtool option from webpack)

Features

  • added defaults functions for clean-css and csso, please look at here (5211eed)
  • added the ability to pass an array of functions to the minify (91f9977)
  • update cssnano to 5.0.0 version (4d2a8fd)

v1.3.0

15 Mar 13:20

Choose a tag to compare

1.3.0 (2021-03-15)

Features

  • added support processorOptions for cssnano (8865423)

v1.2.0

08 Jan 17:57

Choose a tag to compare

1.2.0 (2021-01-08)

Features

  • optimize CSS assets added later by plugins (webpack@5 only) (#47) (bdb3f52)

Bug Fixes

  • crash with source maps when the parallel option is false (#53) (4fe95f9)

v1.1.5

07 Oct 12:57

Choose a tag to compare

1.1.5 (2020-10-07)

Chore

  • update schema-utils