You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
Is there any plan for upgrading or making new changes to existing functionality, to support "module-federation"?
( some people are working on something like this one: https://www.npmjs.com/package/@module-federation/esbuild )
The latest "@angular-devkit/build-angular" builders are moving towards esbuild. And lacking the extra config file options like we can have one with "@angular-builders/custom-webpack" or so.
Use case: for us, our host is react based (prefering "module-federation" with rspack/ webpack), and remotes/ mfes are mostly angular based where esbuild is hot topic.
Warm regards.
The text was updated successfully, but these errors were encountered:
I don't know why Angular compiler tries to open this file, but it's certainly not an issue with custom-esbuild builder.
It loads the plugin and passes it on to the Angular build chain, just as it's supposed to. So I'd suggest you ask for help on Angular Github.
In general the plugin should be enough, there is no need to support module federation natively on the builder level.
Hello.
Is there any plan for upgrading or making new changes to existing functionality, to support "module-federation"?
( some people are working on something like this one: https://www.npmjs.com/package/@module-federation/esbuild )
The latest "@angular-devkit/build-angular" builders are moving towards esbuild. And lacking the extra config file options like we can have one with "@angular-builders/custom-webpack" or so.
Use case: for us, our host is react based (prefering "module-federation" with rspack/ webpack), and remotes/ mfes are mostly angular based where esbuild is hot topic.
Warm regards.
The text was updated successfully, but these errors were encountered: