-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix(angular): automatically skip remotes not in the current workspace #17473 #17497
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit cec3609. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
packages/angular/src/builders/module-federation-dev-server/module-federation-dev-server.impl.ts
Outdated
Show resolved
Hide resolved
packages/react/src/executors/module-federation-dev-server/module-federation-dev-server.impl.ts
Outdated
Show resolved
Hide resolved
Thank you for the quick turnaround on this! |
packages/react/src/executors/module-federation-dev-server/module-federation-dev-server.impl.ts
Outdated
Show resolved
Hide resolved
c17e256
to
c8066ab
Compare
d110a0f
to
58c71ff
Compare
58c71ff
to
52cc9c7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the PR title and description are a bit out of sync with the latest approach and changes.
packages/react/src/executors/module-federation-dev-server/module-federation-dev-server.impl.ts
Outdated
Show resolved
Hide resolved
...eact/src/executors/module-federation-ssr-dev-server/module-federation-ssr-dev-server.impl.ts
Outdated
Show resolved
Hide resolved
packages/angular/src/builders/module-federation-dev-server/module-federation-dev-server.impl.ts
Outdated
Show resolved
Hide resolved
52cc9c7
to
ce4b5fb
Compare
ce4b5fb
to
df46ac7
Compare
df46ac7
to
cec3609
Compare
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. |
Current Behavior
We error if we try to serve remotes that are not in the current workspace.
Expected Behavior
Skip trying to serve remotes that we cannot find in the current workspace
Related Issue(s)
Fixes #17473
Fixes #17957