Hot reload on microfrontend #300
Unanswered
vitorlofonseca
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm working on a proof of concept with Vue3 and Vite, to show how microfrontend works with the previous technologies and vite-plugin-federation. What happens is that I'm having an impediment that is: apparently it's not possible to have hot reload in the microfrontend "child" (remote) in development mode. I tried to use
vite build --watch
withvite preview
, but it doesn't work as well. Do you know how (and even if it's possible) to have hot reload on the microfrontend remote?Beta Was this translation helpful? Give feedback.
All reactions