Commit b56ab07
fix(@angular-devkit/build-angular): use absolute watch paths for postcss dependency messages
Postcss's directory dependency message can use a glob pattern to reflect that multiple files
within a given directory should be watched. When calculated the complete file set, the paths
must be absolute to ensure that the watch system correctly invalidates the stylesheet being
processed.
(cherry picked from commit 376e346)1 parent da6ec6f commit b56ab07
File tree
1 file changed
+4
-1
lines changed- packages/angular_devkit/build_angular/src/tools/esbuild/stylesheets
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
287 | 290 | | |
288 | 291 | | |
289 | 292 | | |
| |||
0 commit comments