We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00afab0 commit 3e79e8eCopy full SHA for 3e79e8e
src/content/configuration/stats.mdx
@@ -42,7 +42,7 @@ webpack 有一些特定的预设选项给统计信息输出:
42
| 预设 | 可选值 | 描述 |
43
| ------------------- | ------- | ------------------------------------------------- |
44
| `'errors-only'` | _none_ | 只在发生错误时输出 |
45
-| `'errors-warnings'` | _none_ | 只在发生错误或有新的编译时输出 |
+| `'errors-warnings'` | _none_ | 只在发生错误或有警告时输出 |
46
| `'minimal'` | _none_ | 只在发生错误或新的编译开始时输出 |
47
| `'none'` | `false` | 没有输出 |
48
| `'normal'` | `true` | 标准输出 |
0 commit comments