-
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
feat(module-federation): add nx-runtime-library-control-plugin #26816
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit b971aa6. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 5 targets
Sent with 💌 from NxCloud. |
9360ac1
to
51699f9
Compare
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx [email protected] my-workspace Or just copy this version and use it in your own command: 0.0.0-pr-26816-51699f9
To request a new release for this pull request, mention someone from the Nx team or the |
51699f9
to
de407f8
Compare
de407f8
to
cde0c7d
Compare
cde0c7d
to
e5e1a62
Compare
e5e1a62
to
f801dff
Compare
f801dff
to
afe8d18
Compare
afe8d18
to
9ffb6fb
Compare
9ffb6fb
to
8387983
Compare
8387983
to
b971aa6
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
A common occurrence when working with NX Module Federation is that a shared library may get resolved from a static remote.
Any changes to the shared lib are therefore not reflected in the dev server.
Expected Behavior
Add the
nx-runtime-library-control-plugin
to ensure that shared libraries are shared from a remote that is served via webpack-dev-server.Related Issue(s)
Fixes #11615