12 lines
829 B
Markdown
12 lines
829 B
Markdown
# Type alias: SharedWorkspaceLibraryConfig
|
|
|
|
Ƭ **SharedWorkspaceLibraryConfig**: `Object`
|
|
|
|
#### Type declaration
|
|
|
|
| Name | Type |
|
|
| :--------------------- | :---------------------------------------------------------------------------------------------------------------- |
|
|
| `getAliases` | () => `Record`<`string`, `string`\> |
|
|
| `getLibraries` | (`eager?`: `boolean`) => `Record`<`string`, [`SharedLibraryConfig`](../../devkit/documents/SharedLibraryConfig)\> |
|
|
| `getReplacementPlugin` | () => `NormalModuleReplacementPlugin` |
|