-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
Command
generate
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
Running ng g config browserslist
produces the current .browserslistrc
:
last 2 Chrome versions
last 1 Firefox version
last 2 Edge major versions
last 2 Safari major versions
last 2 iOS major versions
Firefox ESR
It looks like last 2 ChromeAndroid versions
is missing.
Here are relevant links from angular.io:
Minimal Reproduction
$ ng g config browserslist
$ cat .browserslistrc
Exception or Error
N/A
Your Environment
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 17.0.7
Node: 20.10.0
Package Manager: npm 10.2.5
OS: linux x64
Angular: <error>
... animations, common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, router
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1700.7 (cli-only)
@angular-devkit/build-angular <error>
@angular-devkit/core 17.0.7 (cli-only)
@angular-devkit/schematics 17.0.7 (cli-only)
@angular/cli 17.0.7 (cli-only)
@schematics/angular 17.0.7 (cli-only)
rxjs 7.8.1 (cli-only)
typescript <error>
zone.js <error>
Anything else relevant?
No response