We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 057e05d + 92b311b commit 48e4705Copy full SHA for 48e4705
guide/dep-pre-bundling.md
@@ -29,7 +29,7 @@ Pre-bundling dependencies: (正在预构建依赖:)
29
通过预构建 `lodash-es` 成为一个模块,我们就只需要一个 HTTP 请求了!
30
31
::: tip 注意
32
-依赖与构建仅会在开发模式下应用,并会使用 `esbuild` 将依赖转为 ESM 模块。在生产构建中则会使用 `@rollup/plugin-commonjs`。
+依赖预构建仅会在开发模式下应用,并会使用 `esbuild` 将依赖转为 ESM 模块。在生产构建中则会使用 `@rollup/plugin-commonjs`。
33
:::
34
35
## 自动依赖搜寻 {#automatic-dependency-discovery}
0 commit comments