Replies: 1 comment 1 reply
-
Hi @avrcoelho, The main feature of Module Federation v2 is the introduction of the shared runtime. This means all frameworks now utilize the same runtime engine, which can be dynamically configured for various use cases. The Vite plugin for Module Federation initializes the runtime environment with your desired options, enabling you to statically import them. You can find more details about how it works and how to configure it here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like know if is possible use Dynamic Remote Containers in a Vite application?
Beta Was this translation helpful? Give feedback.
All reactions