Skip to content

Commit

Permalink
docs: fix lazy compilation typo (#3736)
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy authored Oct 16, 2024
1 parent a405da2 commit 1350ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/zh/config/dev/lazy-compilation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default {
};
```

在启用 `entries` 选项后,当你启动 dev server 时, Rsbuild 不会编译所有的页面,而是仅在访问特点的页面时,才对该页面进行编译。
在启用 `entries` 选项后,当你启动 dev server 时, Rsbuild 不会编译所有的页面,而是仅在访问特定的页面时,才对该页面进行编译。

lazy 编译入口模块时,有以下注意事项:

Expand Down

0 comments on commit 1350ed0

Please sign in to comment.