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 7e1e2b6 + 95ed6d8 commit a50b581Copy full SHA for a50b581
src/content/guides/tree-shaking.mdx
@@ -131,7 +131,7 @@ module.exports = {
131
});
132
```
133
134
-注意,上面的 `unused harmony export square` 注释。如果你观察它下面的代码,你会注意到虽然我们没有引用 `square`,但它仍然被包含在 bundle 中。我们将在下一节解决这个问题。
+注意,上面的 `unused harmony export square` 注释。如果你观察它下面的代码,你会注意到虽然我们没有引用 `square`,但它仍然被包含在 bundle 中。我们将在后面的章节解决这个问题。
135
136
## 将文件标记为 side-effect-free(无副作用) $#mark-the-file-as-side-effect-free$
137
0 commit comments