## Current Behavior SSR with Module Federation frequently encounters issues related to the eager resolution of shared packages. This has resulted in numerous erroneous behaviours including but not limited to: - Failure to start server - Failure to resolve remotes - Failure to server render remotes ## Expected Behavior Using the `'hoisted'` runtime provided by MF 2.0, we can ensure that SSR for Module Federation runs in an async environment, removing the issues surrounding eager consumption and resolution of shared modules. In testing, this has fixed the issues outlined above ## Related Issue(s) Fixes #27000 Fixes #27964
{{links}}
Nx: Smart Monorepos · Fast CI
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
This package is a Module Federation plugin for Nx.
{{content}}