Remove es5BrowserSupport from angular.json
Recipe ID
org.openrewrite.angular.migration.remove-es5-browser-supportArtifact@openrewrite/recipes-angularRemoves the deprecated es5BrowserSupport option from angular.json. es5BrowserSupport was deprecated in Angular 7.3 and removed in Angular 10. Differential loading is now handled automatically by the Angular CLI based on the project's browserslist configuration.
Single recipeProprietary
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.angular.migration.remove-es5-browser-supportIf the recipe isn’t available locally, install it with:
mod config recipes npm install @openrewrite/recipes-angular