Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guide/dep-pre-bundling.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Pre-bundling dependencies: (正在预构建依赖:)
通过预构建 `lodash-es` 成为一个模块,我们就只需要一个 HTTP 请求了!

::: tip 注意
依赖与构建仅会在开发模式下应用,并会使用 `esbuild` 将依赖转为 ESM 模块。在生产构建中则会使用 `@rollup/plugin-commonjs`。
依赖预构建仅会在开发模式下应用,并会使用 `esbuild` 将依赖转为 ESM 模块。在生产构建中则会使用 `@rollup/plugin-commonjs`。
:::

## 自动依赖搜寻 {#automatic-dependency-discovery}
Expand Down