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
|[`logLevel`](#logLevel)|`{String}`|**`'warn'`**| Level of messages that the module will log |
376
+
|[`logLevel`](#logLevel)|`{String}`|**`'warn'`**| Level of messages that the module will log |
377
377
|[`ignore`](#ignore)|`{Array}`|`[]`| Array of globs to ignore (applied to `from`) |
378
378
|[`context`](#context)|`{String}`|`compiler.options.context`| A path that determines how to interpret the `from` path, shared for all patterns |
379
379
|[`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 |
@@ -385,7 +385,7 @@ This property defines the level of messages that the module will log. Valid leve
385
385
-`trace`
386
386
-`debug`
387
387
-`info`
388
-
-`warn`
388
+
-`warn` (default)
389
389
-`error`
390
390
-`silent`
391
391
@@ -394,33 +394,11 @@ console. Setting `logLevel: 'silent'` will hide all console output. The module
0 commit comments