Commit 192e0e6
fix(@angular-devkit/build-angular): correct escaping of target warning text in esbuild builder
The warning text note for the TypeScript target was incorrectly escaped within a template literal
which resulted in a badly formatted error message.
(cherry picked from commit 2a6b585)1 parent 9988019 commit 192e0e6
File tree
1 file changed
+3
-2
lines changed- packages/angular_devkit/build_angular/src/builders/browser-esbuild
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
239 | | - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
240 | 241 | | |
241 | 242 | | |
242 | 243 | | |
| |||
0 commit comments