Commit 916979c
fix(@angular-devkit/build-angular): preserve css type for jasmine.css
We should only force the type for files that we know are JavaScript.
Otherwise we risk breaking the magic type detection done by Karma.
The previous code broke for `jasmine.css`.
Fixes angular#291901 parent d581c54 commit 916979c
File tree
1 file changed
+1
-1
lines changed- packages/angular_devkit/build_angular/src/builders/karma
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments