-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@ngtools/webpack): only track file dependencies
`fileDependencies` can contain directories and not just files which can cause incorrect cache invalidation on rebuilds. Example ``` '/Users/***/tailwindcss-angular12-replica/src/app/component19/component19.component.scss', '/Users/***/tailwindcss-angular12-replica/tailwind.config.js', '/var/folders/mp/zsgl3srd389_js72bk4_bkgh0000gn/T/tmp-19814-FDsnpPo5zlQK', '/Users/***/tailwindcss-angular12-replica/package.json', '/Users/***/tailwindcss-angular12-replica/src/app/component19', '/Users/***/tailwindcss-angular12-replica/src/app', '/Users/***/tailwindcss-angular12-replica/src', '/Users/***/tailwindcss-angular12-replica', '/Users/***', '/Users/****', '/Users', '/' ``` Closes #21228 (cherry picked from commit dbbcf5c)
- Loading branch information
1 parent
9d48d69
commit 736a5f8
Showing
1 changed file
with
30 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters