Skip to content

Commit

Permalink
fix(enhanced): add async boundary configuration option to ModuleFeder…
Browse files Browse the repository at this point in the history
…ationPluginOptions
  • Loading branch information
ScriptedAlchemy committed Jan 22, 2025
1 parent ae2abfc commit 82fc6e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/sdk/src/types/plugins/ModuleFederationPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,10 @@ export interface ModuleFederationPluginOptions {
*/
disableAlias?: boolean;
};
/**
* Configuration for async boundary plugin
*/
async?: boolean | AsyncBoundaryOptions;
}
/**
* Modules that should be exposed by this container. Property names are used as public paths.
Expand Down

0 comments on commit 82fc6e0

Please sign in to comment.