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

feat(angular): convert module-federation-dev-server to executor #20252

Merged
merged 1 commit into from Nov 30, 2023

Conversation

Coly010
Copy link
Contributor

@Coly010 Coly010 commented Nov 15, 2023

Current Behavior

Our module-federation-dev-server is currently an Angular CLI Builder.
This means we are restricted to using scheduleTarget when running Dev Remotes.

This has the knock-on effect that all dev remotes will be built sequentially.

Consequently, by it being a builder, we have less control over how to handle or improve this feature over time.

Expected Behavior

The module-federation-dev-server should be an Nx Exectuor.

The benefits:

  1. Full access to the Nx ExecutorContext
  2. Parallel Build of Dev Remotes
  3. Consistency between React + Angular module-federation-dev-server executors
  4. More control for future innovation

Related Issue(s)

Fixes #

Copy link

vercel bot commented Nov 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Nov 30, 2023 9:59am

@Coly010 Coly010 merged commit d22e860 into nrwl:master Nov 30, 2023
6 checks passed
@Coly010 Coly010 deleted the feat/convert-mf-dev-server-to-executor branch November 30, 2023 12:58
Copy link

github-actions bot commented Dec 6, 2023

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants