Skip to content

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

v2.7.0

16 Nov 20:13
Compare
Choose a tag to compare

2.7.0 (2022-11-16)

Features

  • add function support for locals (loader) (#985) (65519d0)

v2.6.1

15 Jun 19:12
Compare
Choose a tag to compare

2.6.1 (2022-06-15)

Bug Fixes

  • do not attempt hot reloading when emit is false (#953) (b426f04)

v2.6.0

03 Mar 20:11
Compare
Choose a tag to compare

2.6.0 (2022-03-03)

Features

  • added baseUri option support (from entry options) (#915) (6004d95)

v2.5.3

25 Jan 10:08
Compare
Choose a tag to compare

2.5.3 (2022-01-25)

Bug Fixes

v2.5.2

17 Jan 20:08
Compare
Choose a tag to compare

2.5.2 (2022-01-17)

Bug Fixes

v2.5.1

17 Jan 12:13
Compare
Choose a tag to compare

2.5.1 (2022-01-17)

Bug Fixes

v2.5.0

14 Jan 17:29
Compare
Choose a tag to compare

2.5.0 (2022-01-14)

Features

v2.4.7

13 Jan 18:15
Compare
Choose a tag to compare

2.4.7 (2022-01-13)

Bug Fixes

v2.4.6

06 Jan 12:37
Compare
Choose a tag to compare

2.4.6 (2022-01-06)

Bug Fixes

  • crash when publicPath is function (#881) (41bd828)
  • do not allow absolute path in the chunkFilename option (#879) (36e04ab)
  • do not allow absolute path in the filename option (#878) (76361df)

v2.4.5

17 Nov 17:18
Compare
Choose a tag to compare

2.4.5 (2021-11-17)

Chore

  • update schema-utils package to 4.0.0 version