Skip to content
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

Extra configuration possibilities for Native Module Federation with Angular #403

Open
petereijgermans11 opened this issue Jan 10, 2024 · 2 comments

Comments

@petereijgermans11
Copy link

Is it possible to implement the following feature in esbuild and in angular.json for 'Native Module Federation'?
At this moment I use Angular 17 with 'Webpack Module Federation' and I want to step over to 'Native Module Federation'.

In Angular with 'Webpack Module Federation' you have the configuration option in angular.json to define an extraWebpackConfig. Esbuild does not support such a configuration option.

Why do I need this option?
I want different configuration files for different tasks (e.g. build and serve, e2e).

It would be very useful for my installation for Native Module Federation in Angular 17 to have for example the configuration option: extraEsBuildConfig in angular.json

@ips219
Copy link

ips219 commented May 1, 2024

Hello @petereijgermans11 did you manage to migration from Webpack Module Federation to Native Module Federation?

@petereijgermans11
Copy link
Author

petereijgermans11 commented May 2, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants