Zack Jackson
Zack Jackson
@sokra @mknichel - I have opened a pull-request for the first part, would you prefer i ping you with each step updated, or collect it into a massive pr and...
There is an update in want to make to this.
Okay update pushed
bumpinng
This could be problematic since there may be multiple shared modules at different versions provided. I would only be able to implement one at random, any change in version or...
Would be best to contact vercel since nextjs-mf is in maintenance mode and while i can provide the compiler mechanics, stuff in next probably needs to be changed to support...
@sokra Ive split some of the changes off into another PR: https://github.com/module-federation/core/pull/3307 Specifically - dealing with filtering the requests accordingly - because the `key` in share is used to `match`...
@sokra - share scope and container init only accepts 1 share scope, so this approach did not work for layers. What i have done instead is alias the share keys...
@sokra but when i tried to do this, the host would not initialize the share scope of another at startup. It seems like the remoteEntry "picks" a share scope to...