Replies: 1 comment
-
@iodum did you find the solution ? |
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.
-
I try to add Vue app to my microfrontend react application.
The configuration inside webpack.config.js of vue app is like this:
The configuration of react app:
Also, decalre module in react app:
In react app I created a new component for loading vue app:
Both application are successfully started, but I get an error
Also, try to change config like:
but get a new error
What could be the cause of this problem?
Beta Was this translation helpful? Give feedback.
All reactions