Hanric

Results 30 comments of Hanric

> We can implement this, but since runtimePlugins are running in runtime not build time, so there is a limitation about the parameters, which need to be serializable if you...

@ScriptedAlchemy , thanks for sharing MF core aspects ! Since @zhoushaw ask the question , I add some context about why Vmok extract the runtime: 1. User can load MF...

After learning "delegate modules" . It seems that the runtime is still webpack runtime which may not easy to do some extending thing on outside.

seems like preload issue , i will take a look

I locate the reason , current nextjs mf use 'version-first' as shared strategy by default , and it will load remoteEntry when load shared to sync shared infos . @ScriptedAlchemy...

> ohhh this is my fault?! Okay ill try disabling this - it is quite an old addition as well No, i set 'version-first' as default shared strategy , but...

upgrade `@module-federation/[email protected]` , it can solve the issue

I can not reproduce the issue local , can you provide reproduction example ?

@annfredin I fix it , you can use `@module-federation/[email protected]` test whether the behavior matches your expectations