You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: Failed to resolve module specifier "hello_vue@http://localhost:4202/remoteEntry.js". Relative references must start with either "/", "./", or "../".
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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