Commit 0286529
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 #29190
(cherry picked from commit 916979c)1 parent d17124f commit 0286529
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