is remote vite module federeation compatible with webpack host module federation? #530
beneschjozsefzoltan
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A try to find an example, but I didn't find. When I try to use the vite remoteEntry on host I got error:
remoteEntry.js?1697707648318:1 Uncaught SyntaxError: Cannot use import statement outside a module (at remoteEntry.js?1697707648318:1:1)
default-delegate.js:96 container is offline, returning fake remote
So I would like to integrate two different frontend. One use vite, but the other use nextjs. Can i expose components on remote which I use on the host? Can somebody show an example?
Beta Was this translation helpful? Give feedback.
All reactions