Skip to content

Commit dcb5b29

Browse files
authored
docs: add ignore syntax change to breaking changes in CHANGELOG (#534)
1 parent 4699111 commit dcb5b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ All notable changes to this project will be documented in this file. See [standa
6363
* minimum supported Node.js version is `10.13`,
6464
* the plugin now accepts an object, you should change `new CopyPlugin(patterns, options)` to `new CopyPlugin({ patterns, options })`
6565
* migrate on `compilation.additionalAssets` hook
66-
* the `ignore` option was removed in favor `globOptions.ignore`
66+
* the `ignore` option (which accepted [micromatch](https://github.com/micromatch/micromatch) syntax) was removed in favor `globOptions.ignore` (which accepts [fast-glob pattern-syntax](https://github.com/mrmlnc/fast-glob#pattern-syntax))
6767
* the `test` option was removed in favor the `transformPath` option
6868
* the `cache` option was renamed to the `cacheTransform` option, `cacheTransform` option should have only `directory` and `keys` properties when it is an object
6969
* global `context` and `ignore` options were removed in favor `patten.context` and `pattern.globOptions.ignore` options

0 commit comments

Comments
 (0)