Replies: 1 comment
-
This looks like a vite-plugin-federation error, can you provide me with a replicated repository or sandbox? |
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 have an app that had federated modules working with webpack 5 and I cannot get it work properly with vite using the vite-plugin-federation plugin.
I was expecting remoteEntry.js to be available on the / path but it's only available under /assets. Is that normal?
Any help would be appreciated
Core / main app
my client app is configured like this:
error happens when starting the vite server in dev mode
Beta Was this translation helpful? Give feedback.
All reactions