Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes: #2746
https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md
4.3.0 (2020-09-08)
Features
importLoaderscan bestring(#1178) (ec58a7c)Bug Fixes
urlfunction (88b8ddc)4.2.1 (2020-08-06)
Bug Fixes
exportOnlyLocalsoption, nowlocalsare not exported under thelocalsname, it was big regression, we apologize for that (24c0a12)4.2.0 (2020-07-31)
Features
module.typeoption, theicssoption is deprecated (#1150) (68f72af)4.1.1 (2020-07-30)
Bug Fixes
consolecall (#1148) (b1b90ca)4.1.0 (2020-07-29)
Features
icssoption (#1140) (a8ec7da)Bug Fixes
dataURLs (#1142) (91bc64b)4.0.0 (2020-07-25)
⚠ BREAKING CHANGES
Node.jsversion is10.13.0webpackversion is4.27.0esModuleoption istrueby defaultsourceMapoption depends on thedevtooloptionicssplugin disable by default, you need to setup themodulesoption to enable itmodulesoption istrueby default for all files matching/\.module\.\w+$/i.test(filename)regular expression,module.autoistrueby defaultmodules.contextoption was renamed to themodules.localIdentContextoptionmodules.localIdentContextvalue iscompiler.contextfor themodule.getLocalIdentoptionmodules.hashPrefixoption was renamed to themodules.localIdentHashPrefixoptionlocalsConventionoption was moved and renamed to themodules.exportLocalsConventionoptiongetLocalIndentoption should be alwaysFunctionand should always returnStringvalueonlyLocalsoption was moved and renamed to themodules.exportOnlyLocalsoptionimportoption were changed, it is nowfunction(url, media, resourcePath) {}~before the file request, i.e. rewriteurl(~!!loader!package/img.png)tourl(!!loader!~package/img.png)Features
@valuesupports importingurl()(#1126) (7f49a0a)url()resolving algorithm (bc19ddd)stylefield from package.json (#1099) (edf5347)file:protocol (5604205)Bug Fixes
~inside packages innode_modules(76f1480)3.6.0 (2020-06-13)
Features
modules.autoto be a filter function (#1086) (0902353)