Skip to content

Commit 8c0bb58

Browse files
seurosevilebottnawi
authored andcommitted
Update CHANGELOG.md (#867)
1 parent 124ada5 commit 8c0bb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ All notable changes to this project will be documented in this file. See [standa
3434

3535
### BREAKING CHANGES
3636

37-
* resolving logic for `uls()` and `import` at-rules works the same everywhere, it does not matter whether css modules are enabled (with `global` and `local` module) or not. Examples - `url('image.png')` as `require('./image.png')`, `url('./image.png')` as `require('./image.png')`, `url('~module/image.png')` as `require('module/image.png')`.
37+
* resolving logic for `url()` and `import` at-rules works the same everywhere, it does not matter whether css modules are enabled (with `global` and `local` module) or not. Examples - `url('image.png')` as `require('./image.png')`, `url('./image.png')` as `require('./image.png')`, `url('~module/image.png')` as `require('module/image.png')`.
3838
* by default css modules are disabled (now `modules: false` disable all css modules features), you can return old behaviour change this on `modules: 'global'`
3939
* `css-loader/locals` was dropped in favor `exportOnlyLocals` option
4040
* `import` option only affect on `import` at-rules and doesn't affect on `composes` declarations

0 commit comments

Comments
 (0)