Update dependency mini-css-extract-plugin to ^1.3.1
Created by: renovate[bot]
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
mini-css-extract-plugin | ^1.0.0 -> ^1.3.1 |
||||
@types/mini-css-extract-plugin | 0.9.1 -> 1.2.1 |
Release Notes
webpack-contrib/mini-css-extract-plugin
v1.3.1
v1.3.0
⚠ 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
Bug Fixes
- schema (#652) (4e4733d)
- serializing big strings (#647) (022d945)
- source map url for devtool (only webpack@5) (#650) (5889d43)
1.2.1 (2020-10-27)
Bug Fixes
v1.2.1
v1.2.0
Features
Bug Fixes
1.1.2 (2020-10-22)
Bug Fixes
- compatibility with webpack@4 and webpack@5 for monorepos (#636) (3413439)
- error when reloading async chunk (#633) (89e7a0a)
1.1.1 (2020-10-20)
Bug Fixes
v1.1.2
v1.1.1
v1.1.0
Features
Bug Fixes
- ignore modules without identifier (#627) (71a9ce9)
- remove
normalize-url
from deps (#623) (9ae47e5)
1.0.0 (2020-10-09)
BREAKING CHANGE
- minimum supported
Node.js
version is10.13.0
- the
esModule
option istrue
by default, you need to changeconst locals = require('./styles.css')
/require('./styles.css')
onimport locals from './styles.css'
/import './styles.css''
- the
moduleFilename
option was removed in favor thefilename
option - the
hmr
option was removed, HMR will work automatically whenHotModuleReplacement
plugin used orwebpack-dev-server
with enabled thehot
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.
0.12.0 (2020-10-07)
Features
- opt-in to transitive only side effects (webpack@5), no more empty JS chunks
0.11.3 (2020-10-02)
Bug Fixes
0.11.2 (2020-09-12)
Bug Fixes
- cache for webpack@5 (6a27b30)
0.11.1 (2020-09-08)
Bug Fixes
0.11.0 (2020-08-27)
Features
- named export (1ea4b7f)
Bug Fixes
- compatibility with webpack@5
0.10.0 (2020-08-10)
Features
Bug Fixes
- add semicolon to avoid
Uncaught TypeError
on Webpack v5 (#561) (3974210) - enforce esm (#546) (b146549)
- partial compatibility with
webpack@5
(#477) (903a56e)
0.9.0 (2019-12-20)
Features
0.8.2 (2019-12-17)
Bug Fixes
0.8.1 (2019-12-17)
Bug Fixes
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.