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
It should be able to load the remote app along with its styles.
What is actually happening?
When I try to build the remote in library mode with "react" and "react-dom" externalized, then in the host app, the CSS won't get loaded, it points to an invalid URL. This is not the case with "normal" Vite + React application.
Q. How do we actually render the remote app (in host) built using library mode?
The text was updated successfully, but these errors were encountered:
Versions
Reproduction
https://github.com/mxvsh/vite-mfe-lib
Steps to reproduce
host
andremote
remote
dev
modeWhat is Expected?
It should be able to load the remote app along with its styles.
What is actually happening?
When I try to build the remote in library mode with "react" and "react-dom" externalized, then in the host app, the CSS won't get loaded, it points to an invalid URL. This is not the case with "normal" Vite + React application.
Q. How do we actually render the remote app (in host) built using library mode?
The text was updated successfully, but these errors were encountered: