Skip to content

Commit a50b581

Browse files
authored
docs(cn): improve guides/tree-shaking translation
docs(cn): improve guides/tree-shaking translation
2 parents 7e1e2b6 + 95ed6d8 commit a50b581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/tree-shaking.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ module.exports = {
131131
});
132132
```
133133

134-
注意,上面的 `unused harmony export square` 注释。如果你观察它下面的代码,你会注意到虽然我们没有引用 `square`,但它仍然被包含在 bundle 中。我们将在下一节解决这个问题
134+
注意,上面的 `unused harmony export square` 注释。如果你观察它下面的代码,你会注意到虽然我们没有引用 `square`,但它仍然被包含在 bundle 中。我们将在后面的章节解决这个问题
135135

136136
## 将文件标记为 side-effect-free(无副作用) $#mark-the-file-as-side-effect-free$
137137

0 commit comments

Comments
 (0)