Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): update browserslist config to inc…
Browse files Browse the repository at this point in the history
…lude last 2 Chrome versions

angular/angular#48669 added support for the last 2 Chrome versions
  • Loading branch information
alan-agius4 authored and angular-robot[bot] committed Jan 20, 2023
1 parent 5e9e1c4 commit 97907ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import browserslist from 'browserslist';

export function getSupportedBrowsers(projectRoot: string, logger: logging.LoggerApi): string[] {
browserslist.defaults = [
'last 1 Chrome version',
'last 2 Chrome versions',
'last 1 Firefox version',
'last 2 Edge major versions',
'last 2 Safari major versions',
Expand Down

0 comments on commit 97907ad

Please sign in to comment.