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.
2 parents b9b9134 + 3a38645 commit 7e1e2b6Copy full SHA for 7e1e2b6
src/content/concepts/under-the-hood.mdx
@@ -66,7 +66,7 @@ module.exports = {
66
这会创建出两个名为 `home` 和 `about` 的 chunk 组。
67
每个 chunk 组都有一个包含一个模块的 chunk:`./home.js` 对应 `home`,`./about.js` 对应 `about`
68
69
-> 一个 chunk 组中可能有多个 chunk。例如,[SplitChunksPlugin](/plugins/split-chunks-plugin/) 会将一个 chunk 拆分为一个或多个 chunk。
+> 一个 chunk 组中可能有多个 chunk。例如,[SplitChunksPlugin](/plugins/split-chunks-plugin/) 会将一个 chunk 组拆分为一个或多个 chunk。
70
71
## chunk $#chunks$
72
0 commit comments