-
-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esbuild support for @angular-architects/module-federation or something similar #1856
Comments
also looking for this... |
Why is using |
@just-jeb it's throwing this error when I try to start project "npm start" or "npm run build" Repo to reproduce: https://github.com/maitrungduc1410/angular-esbuild-mfe |
I don't know why Angular compiler tries to open this file, but it's certainly not an issue with |
if you wish, you can check this. some long texts though: module-federation/module-federation-examples#4258 (comment) it seems, if you use this package in both host and remote sides (with or without react ), it will work ( https://github.com/module-federation/core/tree/main/apps/esbuild ). for others who prefers say rspack, vite, webpack etc in shell side, its not working (most prob due to importMaps being used in esbuild/ plugin). |
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: