Skip to content

Commit 6a20bc4

Browse files
author
Heiner Pöpping
committed
🏷️ Update initModuleFederationSharing type
1 parent e88f62a commit 6a20bc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/util/initModuleFederationSharing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const initModuleFederationSharing = ({ scope, name, plugins = [] }: {
2222
/**
2323
* Additional runtime plugins
2424
*/
25-
plugins: ModuleFederationRuntimePlugin[]
25+
plugins?: ModuleFederationRuntimePlugin[]
2626
}) => {
2727
// forces single instance of module federation runtime
2828
if (globalThis.moduleFederationScopes) {

0 commit comments

Comments
 (0)