We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103cd07 commit 6b41e77Copy full SHA for 6b41e77
apps/website-new/docs/en/configure/index.mdx
@@ -11,7 +11,7 @@ type ModuleFederationOptions = {
11
// Configuration for remote modules and entry information in module federation
12
remotes?: Array<RemoteInfo>;
13
// module federation expose module information
14
- expose?: PluginExposesOptions;
+ exposes?: PluginExposesOptions;
15
// Shared dependency configuration
16
shared?: ShareInfos;
17
// Dynamic publicPath
0 commit comments