Skip to content

Commit 5b636aa

Browse files
authored
fix error-handling anchor error.
1 parent dd01800 commit 5b636aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/api/node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ webpack({
4646
});
4747
```
4848

49-
T> 编译错误****`err` 对象内,而是需要使用 `stats.hasErrors()` 单独处理,你可以在指南的 [错误处理](#-error-handling-) 部分查阅到更多细节。`err` 对象只会包含 webpack 相关的问题,比如配置错误等。
49+
T> 编译错误****`err` 对象内,而是需要使用 `stats.hasErrors()` 单独处理,你可以在指南的 [错误处理](#错误处理-error-handling-) 部分查阅到更多细节。`err` 对象只会包含 webpack 相关的问题,比如配置错误等。
5050

5151
T> 你可以向 `webpack` 函数提供一个由配置选项对象构成的数组。更多详细信息,请查看 [MultiCompiler](#multicompiler) 章节。
5252

0 commit comments

Comments
 (0)