-
-
Notifications
You must be signed in to change notification settings - Fork 11
Test with an extension chain #5
Comments
Minimal repro (perhaps):
More basic, I should be able to register myself even if I have one module. |
cf webpack/webpack#10352 (comment) Worst case is that extensions have to be different npm packages from token providers. |
Big hammer workaround:
|
I'm going to set this aside for now and focus on #20 |
Just came up with this thought too. I also think this would work around the issue. Glad to see you thought of it a few days ago :). |
cf also the repo to reproduce the issue: https://github.com/blink1073/module-federation-share-self |
Next steps:
|
Make sure that we can have one extension depend on something provided by another. The classic use case is a Jupyter widget that depends on the widget manager, but we can test something similar.
The text was updated successfully, but these errors were encountered: