Skip to content

Commit 2a1124d

Browse files
Johann Behrmichael-ciniawsky
authored andcommitted
docs(README): correct anchor link (patterns.toType) (#241)
1 parent 63dc9f9 commit 2a1124d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Or, in case of just a `from` with the default destination, you can also use a `{
5454
|[`from`](#from)|`{String\|Object}`|`undefined`|Globs accept [minimatch options](https://github.com/isaacs/minimatch)|
5555
|[`fromArgs`](#fromArgs)|`{Object}`|`{ cwd: context }`|See the [`node-glob` options](https://github.com/isaacs/node-glob#options) in addition to the ones below|
5656
|[`to`](#to)|`{String\|Object}`|`undefined`|Output root if `from` is file or dir, resolved glob path if `from` is glob|
57-
|[`toType`](#toType)|`{String}`|``|[toType Options](#toType)|
57+
|[`toType`](#toType)|`{String}`|``|[toType Options](#totype)|
5858
|[`test`](#test)|`{RegExp}`|``|Pattern for extracting elements to be used in `to` templates|
5959
|[`force`](#force)|`{Boolean}`|`false`|Overwrites files already in `compilation.assets` (usually added by other plugins/loaders)|
6060
|[`ignore`](#ignore)|`{Array}`|`[]`|Globs to ignore for this pattern|

0 commit comments

Comments
 (0)