Commit 60a16a8
committed
fix(@angular/build): set scripts option output as classic script for karma
When using the `karma` builder, the generated output JavaScript file was
unintentionally being marked as a module type script. This prevent the
output file from providing equivalent behavior to that of an actual build.
The `scripts` option outputs should be considered classic scripts to the
browser.1 parent ef742db commit 60a16a8
File tree
1 file changed
+5
-0
lines changed- packages/angular/build/src/builders/karma
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
164 | 169 | | |
165 | 170 | | |
166 | 171 | | |
| |||
0 commit comments