Colum Ferry
Colum Ferry
Hi @kosiakMD Thanks for raising this issue. Could you please provide more complete reproduction steps, or alternatively, provide a minimal GitHub repo containing the issue? There are many considerations that...
Hey @binaryartifex! I’m sorry that I haven’t been able to fix this in a fashion that would be timely for you. It is on my list, and it will be...
Can we confirm if this is still an issue? I was unable to reproduce this on `[email protected]`
Link to code for reference: https://github.com/nrwl/nx/blob/a9a676a570b2ef225464504a76d5251e20980e28/packages/webpack/src/utils/module-federation/dependencies.ts#L61
Related: https://github.com/nrwl/nx/pull/19694
The previous issue was addressed, if this issue still exists, it will require further investigation.
This is fixed here: https://github.com/EnochGao/nx-test/pull/1 Your setup was incorrect unfortunately, but I've shown how to correct it in the PR.
Would you like to make a short blog post on this? We could link to it then from our docs page
Should be ready 🔥
Hi @quicksilverr There are multiple ways, it's all JS at the end of the day :) For fine-grained control over each package: ```js shared: (libraryName, libraryConfig) => { if(libraryName ===...