Skip to content

Releases: webpack-contrib/mini-css-extract-plugin

v2.4.4

04 Nov 12:21
Compare
Choose a tag to compare

2.4.4 (2021-11-04)

Bug Fixes

v2.4.3

21 Oct 15:13
Compare
Choose a tag to compare

2.4.3 (2021-10-21)

Bug Fixes

v2.4.2

07 Oct 15:00
Compare
Choose a tag to compare

2.4.2 (2021-10-07)

Bug Fixes

  • endless apply of loaders, leading to memory allocation failure (#849) (94ad699)

v2.4.1

05 Oct 20:55
Compare
Choose a tag to compare

2.4.1 (2021-10-05)

Bug Fixes

  • crash with multiple webpack versions (#845) (b4431cb)

v2.4.0

05 Oct 20:41
Compare
Choose a tag to compare

2.4.0 (2021-10-05)

Performance

  • migrate on new API, this improves performance and memory usage a lot, you need to have at least webpack 5.52.0 (recommended latest stable), for older versions the old API will be used (except explicit enabling of the experimentalUseImportModule option)

Features

  • added support for supports() and layer() in @import at-rule (#843) (e751080)

Bug Fixes

  • crash with the exportLocalsConvention option (#844) (0f8d501)

v2.3.0

11 Sep 15:53
Compare
Choose a tag to compare

2.3.0 (2021-09-11)

Features

v2.2.2

01 Sep 17:08
Compare
Choose a tag to compare

2.2.2 (2021-09-01)

Bug Fixes

  • experimentalUseImportModule works with new URL(...) syntax (cf81c4b)

v2.2.1

31 Aug 14:06
Compare
Choose a tag to compare

2.2.1 (2021-08-31)

Bug Fixes

  • order of @import with the output.pathinfo option (#815) (831f771)
  • source map generation with the output.pathinfo option (#817) (f813b4c)

v2.2.0

04 Aug 16:16
Compare
Choose a tag to compare

2.2.0 (2021-08-04)

Features

  • add link and description for options (#786) (3c5a5b7)

Bug Fixes

  • hmr in browser extension (3d09da1)

v2.1.0

05 Jul 12:46
Compare
Choose a tag to compare

2.1.0 (2021-07-05)

Features