Skip to content

Commit 3e14b2f

Browse files
committed
chore: fix
1 parent 298d396 commit 3e14b2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/zh/guide/solution/nodejs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { PackageManagerTabs } from '@theme';
1919

2020
然后在提示 "Select template" 时选择 `Node.js`
2121

22-
## 在现有项目中使用 Rslib
22+
## 在现有 Rslib 项目中使用
2323

2424
Rslib 为 Node.js 项目提供无缝支持,允许以最少的配置轻松构建 Node.js 项目。
2525

website/docs/zh/guide/solution/react.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { PackageManagerTabs } from '@theme';
1919

2020
然后,当提示 "Select template" 选择 `React`
2121

22-
## 在现有项目中使用 Rslib
22+
## 在现有 Rslib 项目中使用
2323

2424
开发 React 组件,需要设置 [target](/config/rsbuild/output#outputtarget)`"web"``rslib.config.ts` 中。 这一点至关重要,因为 Rslib 默认将 `target` 设置为 `"node"`,这与 Rsbuild 的 target 默认值不同。
2525

0 commit comments

Comments
 (0)