We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b425fe5 commit 860008aCopy full SHA for 860008a
src/virtualModules/virtualRemoteEntry.ts
@@ -96,6 +96,7 @@ export function generateLocalSharedImportMap() {
96
name: ${JSON.stringify(remote.name)},
97
type: ${JSON.stringify(remote.type)},
98
entry: ${JSON.stringify(remote.entry)},
99
+ shareScope: ${JSON.stringify(remote.shareScope) ?? 'default'},
100
}
101
`;
102
})
0 commit comments