49 lines
1.0 KiB
Markdown
49 lines
1.0 KiB
Markdown
# Interface: ModuleFederationConfig
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [additionalShared](../../devkit/documents/ModuleFederationConfig#additionalshared)
|
|
- [exposes](../../devkit/documents/ModuleFederationConfig#exposes)
|
|
- [library](../../devkit/documents/ModuleFederationConfig#library)
|
|
- [name](../../devkit/documents/ModuleFederationConfig#name)
|
|
- [remotes](../../devkit/documents/ModuleFederationConfig#remotes)
|
|
- [shared](../../devkit/documents/ModuleFederationConfig#shared)
|
|
|
|
## Properties
|
|
|
|
### additionalShared
|
|
|
|
• `Optional` **additionalShared**: [`AdditionalSharedConfig`](../../devkit/documents/AdditionalSharedConfig)
|
|
|
|
---
|
|
|
|
### exposes
|
|
|
|
• `Optional` **exposes**: `Record`<`string`, `string`\>
|
|
|
|
---
|
|
|
|
### library
|
|
|
|
• `Optional` **library**: [`ModuleFederationLibrary`](../../devkit/documents/ModuleFederationLibrary)
|
|
|
|
---
|
|
|
|
### name
|
|
|
|
• **name**: `string`
|
|
|
|
---
|
|
|
|
### remotes
|
|
|
|
• `Optional` **remotes**: [`Remotes`](../../devkit/documents/Remotes)
|
|
|
|
---
|
|
|
|
### shared
|
|
|
|
• `Optional` **shared**: [`SharedFunction`](../../devkit/documents/SharedFunction)
|