Commit 5332e5b
committed
fix(@angular-devkit/build-angular): resolve absolute
Prior to this change using an absolute path as a `output-path` resulted in the path to be combined with the workspace root instead of resolved which caused the output to be emitted in the incorrect directory or error in Windows.
Closes #26935
(cherry picked from commit 37ffa5e)output-path when using esbuild based builders1 parent 33662ac commit 5332e5b
File tree
1 file changed
+1
-1
lines changed- packages/angular_devkit/build_angular/src/builders/application
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments