← All recipes
Moderne licensed

Remove es5BrowserSupport from angular.json

Recipe IDorg.openrewrite.angular.migration.remove-es5-browser-supportArtifact@openrewrite/recipes-angular

Removes 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-support

If the recipe isn’t available locally, install it with:

mod config recipes npm install @openrewrite/recipes-angular