docs(core): fix module federation config example (#15349)
This commit is contained in:
parent
7a4adf5893
commit
8bc89bbb08
@ -173,7 +173,7 @@ module.exports = composePlugins(
|
|||||||
// your options here
|
// your options here
|
||||||
});
|
});
|
||||||
|
|
||||||
return merge(federatedModules(config, context), {
|
return merge(federatedModules(config, { options, context }), {
|
||||||
// overwrite values here
|
// overwrite values here
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@ -173,7 +173,7 @@ module.exports = composePlugins(
|
|||||||
// your options here
|
// your options here
|
||||||
});
|
});
|
||||||
|
|
||||||
return merge(federatedModules(config, context), {
|
return merge(federatedModules(config, { options, context }), {
|
||||||
// overwrite values here
|
// overwrite values here
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user