Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Rspress 插件额外配置。
* 类型:`boolean`
* 默认值:`true`

Rspress 使用了 `react`、`react-dom`、`@mdx-js/react` 第三方依赖,并且上述三个依赖需要保证单利,因此在构建时会自动注入 `shared` 配置。
Rspress 使用了 `react`、`react-dom`、`@mdx-js/react` 第三方依赖,并且上述三个依赖需要保证单例,因此在构建时会自动注入 `shared` 配置。

你也可以设置 `autoShared: false` 来禁用此行为。

Expand Down
Loading