Andrii Telenko
Andrii Telenko
Take a look at this issue https://github.com/telenko/node-mf-example/issues/2
Hi @MaximilianKlein , Thanks for raising this. I need some time to investigate the issue. Did I get the point, that for such dependency tree: ModuleFederation(A) --> uses ModuleFederation(B) -->...
Hi @marciotc , sure you can open PR with that. Thanks!
Hi @Kinbaum , thanks for raising the issue. I'll take a look, didn't test my solution with that conditions. Thanks.
Hi @Kinbaum, unfortunately I cann't reproduce the issue with [node-mf-example](https://github.com/telenko/node-mf-example). Can you bring more details on your projects setup? What is the http status you receive when fetch the nextjs...
Hi @rmunch . Thanks for your contribution! Still I'm not sure I'm following your changes fully. Since you have logic of prevention fetching+performing remote scripts only inside NodeModuleFederation plugin, it...
Hi @yellowbeee , thanks for raising the issue. Please provide more information on your project setup. I need at least to see versions of 'react', 'react-dom' inside of package.json of...
Hi @sir-captainmorgan21 , I haven't tried node-mf with angular universal. I'll definetely take a look. Sorry, but for now I'm to busy and contribution PRs welcomed!
Hi @vandercloak, thanks! Really looks like webpack has some breaking changes, Will take a look!
Hi @phoenix-ru , thanks for raising an issue. I agree that plugin injected code should depend on the module format. Will take a look.