Replies: 2 comments 1 reply
-
The lesson to learn: Never depend on undocumented stuff (svelte/internal). This topic interests me (micro-frontends). I do them using |
Beta Was this translation helpful? Give feedback.
-
I am also trying to get module federation to work with svelte 5 but without any luck. I get the same error as when I tried with webpack. See more in this issue: #13186 I believe this comment pinpoints the issue quite well and I am afraid that it is not possible at this time with svelte 5: #13186 (comment) Crossing my fingers that this becomes possible 1 day with vite module federation :) |
Beta Was this translation helpful? Give feedback.
-
I'm using Svelte5 and vite. For svelte4 I tried
svelte
andsvelte/internal
and it works. But it's broken in svelte5Beta Was this translation helpful? Give feedback.
All reactions