Commit 5ea9ce3
committed
fix(@angular/build): use consistent path separators for template HMR identifiers
To ensure that component HMR identifiers match correctly during an update,
the path element of the identifier generated by the build system will now
convert all windows path separators into POSIX separators. This provides
matching behavior to the AOT compiler's identifier generation process.
(cherry picked from commit 8875998)1 parent 544d139 commit 5ea9ce3
File tree
1 file changed
+1
-0
lines changed- packages/angular/build/src/tools/angular/compilation
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| |||
0 commit comments