Skip to content

Commit

Permalink
chore: restore async boundary plugin types
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed Jan 21, 2025
1 parent 9019489 commit ae2abfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/sdk/src/types/plugins/ModuleFederationPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ export interface PluginDtsOptions {
displayErrorInTerminal?: boolean;
}

export type AsyncBoundaryOptions = {
eager?: RegExp | ((module: any) => boolean);
excludeChunk?: (chunk: any) => boolean;
};

export interface ModuleFederationPluginOptions {
/**
* Modules that should be exposed by this container. When provided, property name is used as public name, otherwise public name is automatically inferred from request.
Expand Down

0 comments on commit ae2abfc

Please sign in to comment.