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

WebpackNxBuildCoordinationPlugin needs to be disable-able #29961

Open
3 of 4 tasks
statop opened this issue Feb 10, 2025 · 0 comments · May be fixed by #29984
Open
3 of 4 tasks

WebpackNxBuildCoordinationPlugin needs to be disable-able #29961

statop opened this issue Feb 10, 2025 · 0 comments · May be fixed by #29984
Assignees
Labels

Comments

@statop
Copy link

statop commented Feb 10, 2025

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

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

Failure Logs

Package Manager Version

No response

Operating System

  • macOS
  • Linux
  • Windows
  • Other (Please specify)

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants