Skip to content

Commit

Permalink
fix: mf binding typings
Browse files Browse the repository at this point in the history
  • Loading branch information
xusd320 committed Feb 20, 2025
1 parent e957fcd commit aee39f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/mako/binding.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,15 +260,16 @@ export interface BuildParams {
};
moduleFederation?: {
name: string;
// filename?: string;
filename?: string;
exposes?: Record<string, string>;
shared: Record<
string,
{
singleton?: bool;
strictVersion?: bool;
requiredVersion?: string;
/* eager?: bool; */ /* shareScope?: string; */
eager?: bool;
shareScope?: string;
}
>;
remotes?: Record<string, string>;
Expand Down

0 comments on commit aee39f0

Please sign in to comment.