-
Notifications
You must be signed in to change notification settings - Fork 11.9k
fix:@schematics/angular update browserslist config to include last 2 Android major versions #28620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
…2 Android major versions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for your contribution.
…ions See: angular/angular-cli#28620 for more context.
The changes were merged into the following branches: main, 18.2.x |
…ions (#58186) See: angular/angular-cli#28620 for more context. PR Close #58186
…ions (#58186) See: angular/angular-cli#28620 for more context. PR Close #58186
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
PR Checklist
Please check to confirm your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Adding a small change to the default browserslist
What is the current behavior?
The command
ng g config browserslist
is not showinglast 2 Android major versions
in the.browserslistrc
file.Issue Number: #26834
What is the new behavior?
The command
ng g config browserslist
will start to showlast 2 Android major versions
in the.browserslistrc
file.Does this PR introduce a breaking change?
Other information