We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
there is a way to disable WebpackNxBuildCoordinationPlugin
No response
see above
NX Report complete - copy this into the issue template Node : 20.12.2 OS : darwin-arm64 Native Target : aarch64-macos pnpm : 9.15.4 nx : 19.8.14 @nx/js : 19.8.14 @nx/jest : 19.8.14 @nx/eslint : 19.8.14 @nx/workspace : 19.8.14 @nx/angular : 19.8.14 @nx/devkit : 19.8.14 @nx/eslint-plugin : 19.8.14 @nx/nest : 19.8.14 @nx/node : 19.8.14 @nx/plugin : 19.8.14 @nx/react : 19.8.14 @nx/rollup : 19.8.14 @nx/storybook : 19.8.14 @nx/vite : 19.8.14 @nx/web : 19.8.14 @nx/webpack : 19.8.14 typescript : 5.5.4 --------------------------------------- Registered Plugins: ./tools/plugin/plugin.js --------------------------------------- Community plugins: @ngrx/effects : 18.1.1 @ngrx/operators : 18.1.1 @ngrx/store : 18.1.1 @ngrx/store-devtools : 18.1.1 @openadp/tools-plugin : 25.7.6 @storybook/angular : 8.2.9 apollo-angular : 7.0.2 ng-mocks : 14.13.0 --------------------------------------- Local workspace plugins: @openadp/tools-plugin
The text was updated successfully, but these errors were encountered:
leosvelperez
Successfully merging a pull request may close this issue.
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: