Jiannan Zhang

Results 85 comments of 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 ![图片](https://user-images.githubusercontent.com/70385062/182323048-95d325b4-96d7-4e13-bad7-ea6d20bf01d3.png)

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

Which os are you using? I can't reproduce the problem you described locally ![image](https://user-images.githubusercontent.com/70385062/163144896-f80baf6d-e77c-44d9-8b42-854f6e5f6145.png)

> ![image](https://user-images.githubusercontent.com/22649700/165473007-6c52bd8f-f72e-4ce1-8954-e6603b34a40b.png) 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