Replies: 1 comment 2 replies
-
@Dorkside Hello, and also sorry for this summoning, but as i can see you are also working with module federation so maybe you have an idea or we can have a discassion about this problem/chalange i encountered. As I imagine static module federation imports are going to be rare case for us, as the module informations are comming from the API. So as above described the problem with dynamic import with variables is that, vite trys to resolve the path. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We get an error when we try to import a remote module name via variable.
const name = 'app/Counter'
Error is something like this:

Did anyone manage to import Module Dynamically?
Beta Was this translation helpful? Give feedback.
All reactions