Replies: 1 comment
-
Use module-federation/vite package |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, there is a problem, please help.
I train with Module Federation. When I used vite-host and vite-remote I did this configuration.
vite-host:

vite-remote:

and got an error:

after which I changed the host configuration and it worked:

Then I used webpack-host and vite-remote I did this configuration
webpack-host:

vite-remote:

After which the @he-tree/vue module does not work and there are no errors.
I tried configuring SharedConfig in host and didn't get any results
Beta Was this translation helpful? Give feedback.
All reactions