You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…es (#29984)
Add a `watchDependencies` options to the relevant webpack executors and
plugins to allow opting out of watching buildable dependencies.
## Current Behavior
## Expected Behavior
## Related Issue(s)
Fixes#29961
…es (#29984)
Add a `watchDependencies` options to the relevant webpack executors and
plugins to allow opting out of watching buildable dependencies.
## Current Behavior
## Expected Behavior
## Related Issue(s)
Fixes#29961
Current Behavior
WebpackNxBuildCoordinationPlugin assumes that we want to re-build all dependencies on any change when buildLibsFromSource = false
This is not desired for our use case. We have a custom module federation setup that only reloads specific dependencies.
Please add a method to disable WebpackNxBuildCoordinationPlugin. We are currently patching it out with a pnpm patch.
Expected Behavior
there is a way to disable WebpackNxBuildCoordinationPlugin
GitHub Repo
No response
Steps to Reproduce
see above
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: