docs(core): fix module federation config example (#15349)

This commit is contained in:
Beka 2023-04-06 22:08:28 +06:00 committed by GitHub
parent 7a4adf5893
commit 8bc89bbb08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ module.exports = composePlugins(
// your options here
});
return merge(federatedModules(config, context), {
return merge(federatedModules(config, { options, context }), {
// overwrite values here
});
}

View File

@ -173,7 +173,7 @@ module.exports = composePlugins(
// your options here
});
return merge(federatedModules(config, context), {
return merge(federatedModules(config, { options, context }), {
// overwrite values here
});
}