Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用类似于以下的逻辑来为我的应用程序动态加载 FM:
https://github.com/module-federation/module-federation-examples/blob/master/dynamic-system-host/app1/src/App.js#L16
但是,假设 FM 的远程版本发生了变化,我想完全重新加载它,或者完全从我的应用程序上下文中删除它——这甚至可能吗?这样做的首选模式是什么?