Skip to content

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

v1.3.7

15 Feb 14:13
Compare
Choose a tag to compare

1.3.7 (2021-02-15)

Bug Fixes

  • compatibility with webpack v5 (9b6b8b3)

v1.3.6

08 Feb 11:03
Compare
Choose a tag to compare

1.3.6 (2021-02-08)

Bug Fixes

v1.3.5

28 Jan 12:01
Compare
Choose a tag to compare

1.3.5 (2021-01-28)

Bug Fixes

v1.3.4

13 Jan 15:00
Compare
Choose a tag to compare

1.3.4 (2021-01-13)

Bug Fixes

v1.3.3

10 Dec 17:18
Compare
Choose a tag to compare

1.3.3 (2020-12-10)

Bug Fixes

  • serializing big strings in sourceMap (#665) (f7a5e53)

v1.3.2

04 Dec 12:15
Compare
Choose a tag to compare

1.3.2 (2020-12-04)

Bug Fixes

v1.3.1

12 Nov 18:58
Compare
Choose a tag to compare

1.3.1 (2020-11-12)

Bug Fixes

v1.3.0

06 Nov 14:06
Compare
Choose a tag to compare

1.3.0 (2020-11-06)

⚠ POTENTIAL BREAKING CHANGE

Options are now validated according to stricter rules - no unknown additional properties. For example, if you have not removed the hmr option for the loader when migrating to mini-css-extract-plugin@1, you will get an error. Just remove them from your configuration(s). We did this because many developers started making these mistakes.

Features

  • added the type property for loading errors (#651) (be9ddcb)

Bug Fixes

v1.2.1

27 Oct 14:33
Compare
Choose a tag to compare

1.2.1 (2020-10-27)

Bug Fixes

v1.2.0

23 Oct 19:23
Compare
Choose a tag to compare

1.2.0 (2020-10-23)

Features

Bug Fixes

  • compatibility with webpack@4 and webpack@5 for monorepos (#638) (60c3eef)