Skip to content

feat(webpack): add option to opt out of watching buildable dependencies#29984

Merged
leosvelperez merged 1 commit intomasterfrom
misc/webpack-watch-dependencies-option
Feb 13, 2025
Merged

feat(webpack): add option to opt out of watching buildable dependencies#29984
leosvelperez merged 1 commit intomasterfrom
misc/webpack-watch-dependencies-option

Conversation

@leosvelperez
Copy link
Copy Markdown
Member

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

@leosvelperez leosvelperez requested a review from jaysoo February 11, 2025 14:24
@leosvelperez leosvelperez self-assigned this Feb 11, 2025
@leosvelperez leosvelperez requested review from a team as code owners February 11, 2025 14:24
@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 11, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Feb 11, 2025 2:32pm

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented Feb 11, 2025

View your CI Pipeline Execution ↗ for commit 599b7f7.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 34m 50s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 18s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 3s View ↗
nx-cloud record -- nx format:check --base= --he... ✅ Succeeded 11s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 9s View ↗
nx documentation ✅ Succeeded 1m 26s View ↗

☁️ Nx Cloud last updated this comment at 2025-02-11 15:06:11 UTC

@leosvelperez leosvelperez merged commit 9e204f9 into master Feb 13, 2025
@leosvelperez leosvelperez deleted the misc/webpack-watch-dependencies-option branch February 13, 2025 16:00
jaysoo pushed a commit that referenced this pull request Feb 13, 2025
…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
@github-actions
Copy link
Copy Markdown
Contributor

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.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Feb 19, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WebpackNxBuildCoordinationPlugin needs to be disable-able

2 participants