Skip to content

Commit

Permalink
fix(@schematics/angular): update browserslist config to include last …
Browse files Browse the repository at this point in the history
…2 Android major versions

(cherry picked from commit a68e832)
  • Loading branch information
MrJithil authored and jkrems committed Oct 14, 2024
1 parent 1e578df commit 237f7c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/angular/build/src/utils/supported-browsers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export function getSupportedBrowsers(
'last 2 Edge major versions',
'last 2 Safari major versions',
'last 2 iOS major versions',
'last 2 Android major versions',
'Firefox ESR',
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ last 1 Firefox version
last 2 Edge major versions
last 2 Safari major versions
last 2 iOS major versions
last 2 Android major versions
Firefox ESR

0 comments on commit 237f7c5

Please sign in to comment.