Open
Description
Describe the bug
I have been messing with the plugin and found if you try to externalize things like react or your own shared libraries they will not get put into the manifest or js as even stubs. The goal here is to be shared but call and rely on the global federation module registry instead.
Right now it seems that every bundle duplicates the shared libraries between them, even if it might not use them (ex being a singleton).
Version
6.0.11
Reproduction
will provide later
Relevant log output
Validations
- Read the docs.
- Read the common issues list.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- The provided reproduction is a minimal reproducible example of the bug.