You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`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. |
69
69
|[`test`](#test)|`{RegExp}`|`undefined`| Pattern for extracting elements to be used in `to` templates. |
70
70
|[`force`](#force)|`{Boolean}`|`false`| Overwrites files already in `compilation.assets` (usually added by other plugins/loaders). |
71
71
|[`ignore`](#ignore)|`{Array}`|`[]`| Globs to ignore files. |
72
72
|[`flatten`](#flatten)|`{Boolean}`|`false`| Removes all directory references and only copies file names. |
73
73
|[`cache`](#cache)|`{Boolean\|Object}`|`false`| Enable `transform` caching. You can use `{ cache: { key: 'my-cache-key' } }` to invalidate the cache. |
74
74
|[`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. |
|[`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 |
459
459
|[`ignore`](#ignore)|`{Array}`|`[]`| Array of globs to ignore (applied to `from`) |
460
460
|[`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 |
0 commit comments