Commit bdc1bb8
maruthan
fix(@angular/build): invalidate cached SCSS errors when source files are corrected
Normalize the file path before looking it up in the dependency map
during cache invalidation. Without normalization, the path used for
invalidation could differ from the one stored during compilation,
causing stale error results to persist after fixing SCSS errors.
Fixes #327441 parent f1ed025 commit bdc1bb8
File tree
1 file changed
+3
-2
lines changed- packages/angular/build/src/tools/esbuild
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | | - | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
0 commit comments