Example for Vite Remix Module Federation
Hi Module Federation Team,
Would you please create an module federation example for Remix + Vite? I think Remix currently use Vite as the bundler by default The current example in the repo is base on Webpack and Rspack.
Many thanks
I would love an example, on how this can be configured as well. Eagerly waiting the day that @ScriptedAlchemy posts on X about remix+vite+mf support 😀
+1 would be nice to have an example!
Ill only provide a rsbuild remix example, finalizing the plugin but need to address some bug in esm output of rspack first. I do not believe its possible for vite to perform ssr with esm outputs, it will leak memory in production.