Skip to content

Commit cbd5b7e

Browse files
docs: Fix incorrect config name exposes (#3515)
Co-authored-by: Zack Jackson <[email protected]>
1 parent 8acd217 commit cbd5b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website-new/docs/zh/configure/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type ModuleFederationOptions {
1111
// module federation remotes 远程模块别名和 entry 信息
1212
remotes?: Array<RemoteInfo>;
1313
// module federation expose 的模块信息
14-
expose?: PluginExposesOptions;
14+
exposes?: PluginExposesOptions;
1515
// 共享依赖配置
1616
shared?: ShareInfos;
1717
// 动态 publicPath

0 commit comments

Comments
 (0)