zhn
zhn
How do I execute the test cases locally? @ScriptedAlchemy @2heal1
Dev will report this error, build + preview is normal
@ScriptedAlchemy I think it’s due to certain environments in Nuxt dev mode, because the build works fine.
@danielroe Can anyone assist with this issue? The reason is that the mf SDK needs to use certain Node modules, and these modules don’t need to be bundled by the...
https://github.com/module-federation/vite/issues/52 This problem also occurs in the module-federation scenario. The host port is 5175, the remote port is 5176, but the remote resource uses /  
> @zhangHongEn In your case, won't `server.origin: 'https://localhost:5176'` work? `server.origin` solved my problem
The entry insertion code may not take into account the SSR application. I will fix it later.
SSR requires me to complete manifest.json in advance, which is originally on the roadmap, This will take some time, I will finish it this week ``` js WARN [ Federation...
The demo can be created, I will fix it this week
I used the code of `nuxt remote client` in `nuxt host server`, and got this result as expected. Next, I need to find time to check how rust and webpack...