Jiannan Zhang
Jiannan Zhang
Try putting the configuration of vite-plugin-federation after `vue()`, I'm not sure if this is the cause of the problem, but theoretically the plugin is best run after `vue()` ``` plugins:...
The webpack-related examples are already available here https://github.com/originjs/vite-plugin-federation/tree/main/packages/examples 
But it looks like the EXAMPLE in the README is not updated, I will update this part later
> Hello, thank you for you work. > > Is there an example how the dynamic remotes are working? Is it similar to webpacks approach? > > ``` > >...
> Thank you, but if i understand correclty this needs to happen on build level. And can not add Remotes in run time right? You can try to dynamically fetch...
This is a function that needs to be done and has been added to the 2022 H1 plan
Is it possible to provide a repository for reproducing bugs?
Which os are you using? I can't reproduce the problem you described locally 
>  vue3 && vite I refer to it as described in the official documentation, but it there is a issue as abvoe image If your your question is not...
This might be one of the issues to consider, maybe try using then instead of top-level await, but I'm not sure if that would cause some weird problems