Skip to content

Commit 806eb41

Browse files
Munterevilebottnawi
authored andcommitted
docs: fix broken fragment links (#398)
1 parent 6158483 commit 806eb41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ module.exports = {
6565
| [`from`](#from) | `{String\|Object}` | `undefined` | Glob or path from where we сopy files. |
6666
| [`to`](#to) | `{String}` | `undefined` | Output path. |
6767
| [`context`](#context) | `{String}` | `options.context \|\| compiler.options.context` | A path that determines how to interpret the `from` path. |
68-
| [`toType`](#toType) | `{String}` | `undefined` | Determinate what is `to` option - directory, file or template. |
68+
| [`toType`](#totype) | `{String}` | `undefined` | Determinate what is `to` option - directory, file or template. |
6969
| [`test`](#test) | `{RegExp}` | `undefined` | Pattern for extracting elements to be used in `to` templates. |
7070
| [`force`](#force) | `{Boolean}` | `false` | Overwrites files already in `compilation.assets` (usually added by other plugins/loaders). |
7171
| [`ignore`](#ignore) | `{Array}` | `[]` | Globs to ignore files. |
7272
| [`flatten`](#flatten) | `{Boolean}` | `false` | Removes all directory references and only copies file names. |
7373
| [`cache`](#cache) | `{Boolean\|Object}` | `false` | Enable `transform` caching. You can use `{ cache: { key: 'my-cache-key' } }` to invalidate the cache. |
7474
| [`transform`](#transform) | `{Function\|Promise}` | `undefined` | Allows to modify the file contents. |
75-
| [`transformPath`](#transformPath) | `{Function\|Promise}` | `undefined` | Allows to modify the writing path. |
75+
| [`transformPath`](#transformpath) | `{Function\|Promise}` | `undefined` | Allows to modify the writing path. |
7676

7777
#### `from`
7878

@@ -455,10 +455,10 @@ module.exports = {
455455

456456
| Name | Type | Default | Description |
457457
| :---------------------------------: | :---------: | :------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------ |
458-
| [`logLevel`](#logLevel) | `{String}` | **`'warn'`** | Level of messages that the module will log |
458+
| [`logLevel`](#loglevel) | `{String}` | **`'warn'`** | Level of messages that the module will log |
459459
| [`ignore`](#ignore) | `{Array}` | `[]` | Array of globs to ignore (applied to `from`) |
460460
| [`context`](#context) | `{String}` | `compiler.options.context` | A path that determines how to interpret the `from` path, shared for all patterns |
461-
| [`copyUnmodified`](#copyUnmodified) | `{Boolean}` | `false` | Copies files, regardless of modification when using watch or `webpack-dev-server`. All files are copied on first build, regardless of this option |
461+
| [`copyUnmodified`](#copyunmodified) | `{Boolean}` | `false` | Copies files, regardless of modification when using watch or `webpack-dev-server`. All files are copied on first build, regardless of this option |
462462

463463
#### `logLevel`
464464

0 commit comments

Comments
 (0)