module-federation / vite

Vite Plugin for Module Federation
MIT License
203 stars 10 forks source link

Handle Promise Based Dynamic Remotes like in Webpack #98

Open tduforet opened 2 hours ago

tduforet commented 2 hours ago

To be able to use a remote on different environment I use Promise Based Dynamic Remotes with the webpack module federation. https://webpack.js.org/concepts/module-federation/#promise-based-dynamic-remotes

Is it possible to have the same in this vite plugin ?

zhangHongEn commented 2 hours ago

That one is outdated, use this one https://module-federation.io/configure/runtimeplugins.html