Commit 88de1da
committed
fix(@angular-devkit/build-angular):
Previously, we `joined` the workspace root with the `outputFile.path`, in windows this caused a problem as during the 2nd rebuild it caused the workspace root to be prepended again which causes a `ENOENT` error. To avoid this problem, now we `clone` the output file.
Closes #26900
(cherry picked from commit f844e98)ENOENT: no such file or directory on Windows during component rebuild1 parent ed95a92 commit 88de1da
File tree
1 file changed
+12
-7
lines changed- packages/angular_devkit/build_angular/src/tools/esbuild/angular
1 file changed
+12
-7
lines changedLines changed: 12 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
| 129 | + | |
| 130 | + | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
135 | 142 | | |
136 | 143 | | |
137 | | - | |
138 | | - | |
139 | 144 | | |
140 | 145 | | |
141 | 146 | | |
| |||
0 commit comments