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
fix(@schematics/angular): remove karma config devkit package usages during application migration
When performing an `ng update` to Angular v20, the application migration
will detect the usage of the `karma` builder's `karmaConfig` option and
attempt to remove usages of the no longer needed `@angular-devkit/build-angular`
karma framework and plugin usage. While the karma framework usage will be
specifically ignored when using the `@angular/build:karma` builder, the
plugin usage leverages a direct `require` within the configuration file.
Regardless of the ability of the builder to ignore, neither usage is
needed with `@angular/build:karma` and removing the code aligns
with what would be generated by `ng generate config karma`.
0 commit comments