Skip to content

Releases: webpack/mini-css-extract-plugin

v2.10.0

16 Jan 15:46

Choose a tag to compare

2.10.0 (2026-01-16)

Features

  • respect output.cssFilename and output.cssChunkFilename (#1151) (54f775d)

Bug Fixes

  • prevent generation of a contentHash for a chunk when the set of css modules is of size 0 (#1154) (4e4a95d)

v2.9.4

11 Aug 15:04

Choose a tag to compare

2.9.4 (2025-08-11)

Bug Fixes

v2.9.3

04 Aug 16:38

Choose a tag to compare

2.9.3 (2025-08-04)

Bug Fixes

  • should update initial chunks correctly with filename (dab023f)

v2.9.2

01 Nov 00:48

Choose a tag to compare

2.9.2 (2024-11-01)

Bug Fixes

v2.9.1

19 Aug 13:44

Choose a tag to compare

2.9.1 (2024-08-19)

Bug Fixes

  • add export default {} when CSS modules enabled and a file is empty for the defaultExport option (8f77e19)

v2.9.0

16 Apr 16:21

Choose a tag to compare

2.9.0 (2024-04-16)

Features

  • add support for link preload/prefetch (#1043) (ee25e51)
  • added the defaultExport option to generate default and named export together (#1084) (74ae781)

Bug Fixes

v2.8.1

27 Feb 18:16

Choose a tag to compare

2.8.1 (2024-02-27)

Bug Fixes

  • add nonce if __webpack_nonce__ has been defined (c7f0aee)

v2.8.0

01 Feb 16:33

Choose a tag to compare

2.8.0 (2024-02-01)

Features

  • added the beforeTagInsert hook (#1054) (6313bf6)
  • support named exports with any characters (b656c5c)

v2.7.7

10 Jan 17:44

Choose a tag to compare

2.7.7 (2024-01-10)

Bug Fixes

v2.7.6

19 May 02:10

Choose a tag to compare

2.7.6 (2023-05-19)

Bug Fixes