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 f72a069 commit 7f2ab6dCopy full SHA for 7f2ab6d
packages/rspack/src/runtime/moduleFederationDefaultRuntime.js
@@ -159,6 +159,11 @@ module.exports = function () {
159
"chunkMapping",
160
() => remotesLoadingChunkMapping
161
);
162
+ early(
163
+ __webpack_require__.federation.bundlerRuntimeOptions.remotes,
164
+ "remoteInfos",
165
+ () => __module_federation_remote_infos__
166
+ );
167
early(
168
__webpack_require__.federation.bundlerRuntimeOptions.remotes,
169
"idToExternalAndNameMapping",
@@ -262,7 +267,7 @@ module.exports = function () {
262
267
throw new Error(
263
268
'Module "' + module + '" does not exist in container.'
264
269
265
- });
270
+ });
266
271
__webpack_require__.R = undefined;
272
return getScope;
273
});
0 commit comments