Skip to content

Releases: webpack/mini-css-extract-plugin

v1.0.0

09 Oct 12:46

Choose a tag to compare

BREAKING CHANGE

  • minimum supported Node.js version is 10.13.0
  • the esModule option is true by default, you need to change const locals = require('./styles.css')/require('./styles.css') on import locals from './styles.css'/import './styles.css''
  • the moduleFilename option was removed in favor the filename option
  • the hmr option was removed, HMR will work automatically when HotModuleReplacement plugin used or webpack-dev-server with enabled the hot option
  • the reloadAll was removed

Features

  • the chunkFilename option can be a function for webpack@5

⚠ NOTICE

To avoid problems between mini-css-extract-plugin and style-loader because of changing the esModule option to true by default we strongly recommend upgrading style-loader to 2.0.0 version.

v0.12.0

07 Oct 12:22

Choose a tag to compare

0.12.0 (2020-10-07)

Features

  • opt-in to transitive only side effects (webpack@5), no more empty JS chunks

v0.11.3

02 Oct 13:21

Choose a tag to compare

0.11.3 (2020-10-02)

Bug Fixes

v0.11.2

12 Sep 15:19

Choose a tag to compare

0.11.2 (2020-09-12)

Bug Fixes

v0.11.1

08 Sep 14:04

Choose a tag to compare

0.11.1 (2020-09-08)

Bug Fixes

  • added cache serializer for webpack@5 (#581) (d09693e)

v0.11.0

27 Aug 16:19

Choose a tag to compare

0.11.0 (2020-08-27)

Features

Bug Fixes

  • compatibility with webpack@5

v0.10.0

10 Aug 15:38

Choose a tag to compare

0.10.0 (2020-08-10)

Features

Bug Fixes

  • add semicolon to avoid Uncaught TypeError on Webpack v5 (#561) (3974210)
  • enforce esm to avoid empty modules (#546) (b146549)
  • partial compatibility with webpack@5 (#477) (903a56e)

v0.9.0

20 Dec 15:40

Choose a tag to compare

0.9.0 (2019-12-20)

Features

v0.8.2

17 Dec 17:45

Choose a tag to compare

0.8.2 (2019-12-17)

Bug Fixes

v0.8.1

17 Dec 14:04

Choose a tag to compare

0.8.1 (2019-12-17)

Bug Fixes