Skip to content

Commit aebdf0c

Browse files
committed
chore: update
1 parent 3b63510 commit aebdf0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/zh/config/rsbuild/resolve.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { RsbuildDocBadge } from '@components/RsbuildDocBadge';
3333

3434
- `output.externals` 用于处理外部化模块的别名映射。外部化模块不会被打包到产物中,而是在运行时从外部源导入。
3535

36-
例如,如果你想将外部化模块 `react``react-dom` 替换为 `preact/compat`,可以这样配置:
36+
例如,如果你想将产物中的外部化模块 `react``react-dom` 替换为 `preact/compat`,可以这样配置:
3737

3838
```ts title="rslib.config.ts"
3939
export default {

0 commit comments

Comments
 (0)