Skip to content

Commit aee39f0

Browse files
committed
fix: mf binding typings
1 parent e957fcd commit aee39f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/mako/binding.d.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -260,15 +260,16 @@ export interface BuildParams {
260260
};
261261
moduleFederation?: {
262262
name: string;
263-
// filename?: string;
263+
filename?: string;
264264
exposes?: Record<string, string>;
265265
shared: Record<
266266
string,
267267
{
268268
singleton?: bool;
269269
strictVersion?: bool;
270270
requiredVersion?: string;
271-
/* eager?: bool; */ /* shareScope?: string; */
271+
eager?: bool;
272+
shareScope?: string;
272273
}
273274
>;
274275
remotes?: Record<string, string>;

0 commit comments

Comments
 (0)