Huseyn Guliyev
Huseyn Guliyev
> I tried but couldn't reproduce host `npm run dev` remote `npm run preview` > > ``` > "preview": "vite build && vite preview --port 5176" > ``` @zhangHongEn sorry,...
if host in prod mode, it is ok to disable a react-refresh and hot-module reloading in remote. We shouldn't even try the opposite
currently it just throws an error. If it is easier to get HMR disabled in remote then let's do that for now. In future version we can add support for...
This is the current roadmap. We might add that here (i.e. HMR for prod host). ## roadmap - feat: generate mf-manifest.json - feat: support chrome plugin * ✅ ~~feat: support...
Thank you @zhangHongEn. I really appreciate your efforts here in trying to solve this long standing problem with Vite MF support. In one month there has been more progress than...
> The module-federation Chrome plugin allows you to develop only the remote without starting the host @zhangHongEn you mentioned chrome plugin. But as far as I know (also in Roadmap)...
@danielroe I guess this can be closed as it is already present in the library
@patak-dev @yyx990803 FYI, there has been a very good progress with Module Federation support for Vite over last month [here](https://github.com/module-federation/vite/tree/new-config) (check the `new-config` branch and examples there). Here @zhangHongEn and...
Also tried to get this working, but still not working. @zhangHongEn there is an `asyncentry` setting in nuxt you might find useful https://nuxt.com/docs/guide/going-further/experimental-features#asyncentry
@gioboa @zhangHongEn why do we need rolldown for this? let's keep the issue open, as nuxt support will pave the way for many others like Analog, solidstart as they also...