How to use Federation in dev mode with Vue 2? #123
-
I can see that there was some movement around this, like #72, however, when I run a plan and simple Vue 2 host and remote in a dev mode, the /assets/remoteEntry.js exist, but empty. Are there some extra steps needed for it to work? |
Beta Was this translation helpful? Give feedback.
Answered by
Jiannan-dev
Feb 9, 2022
Replies: 1 comment 5 replies
-
The current dev mode only supports the host side, the remote side cannot use dev mode because vite does not allow new chunk in dev mode, so it cannot generate a remoteEntry.js in dev mode |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
adaliszk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current dev mode only supports the host side, the remote side cannot use dev mode because vite does not allow new chunk in dev mode, so it cannot generate a remoteEntry.js in dev mode