Skip to content

Commit

Permalink
fix: update browserslist config to include last 2 Chrome versions
Browse files Browse the repository at this point in the history
angular/angular#48669 added support for the last 2 Chrome versions
  • Loading branch information
alan-agius4 committed Jan 20, 2023
1 parent 23e7ac7 commit 1519c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/styles/stylesheet-processor.ts
Expand Up @@ -27,7 +27,7 @@ export class StylesheetProcessor {
// We change the default query to browsers that Angular support.
// https://angular.io/guide/browser-support
(browserslist.defaults as string[]) = [
'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 1519c8d

Please sign in to comment.