You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/custom-webpack/README.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,30 @@ Builder options:
240
240
}
241
241
```
242
242
243
+
External `karma.conf.js` configuration:
244
+
245
+
Starting with Angular v20, generating an [external karma config](https://angular.dev/guide/testing#configuration) will cause tests to hang while utilizing `@angular-builders/custom-webpack:karma`.
246
+
247
+
Fix this by:
248
+
- adding `'@angular-devkit/build-angular'` to the `frameworks` array
249
+
- adding `'@angular-devkit/build-angular/plugins/karma'` to the `plugins` array
0 commit comments