Browserlistrc is ignored for some reason and this warning was not present in v14.
Angular CLI: 15.1.5
Node: 18.14.0
Package Manager: npm 9.4.2
OS: win32 x64
Angular: 15.1.4
... animations, common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, router
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1501.5
@angular-devkit/build-angular 15.1.5
@angular-devkit/core 15.1.5
@angular-devkit/schematics 15.1.5
@angular/cli 15.1.5
@schematics/angular 15.1.5
rxjs 7.8.0
typescript 4.9.5
Command
build, serve, test
Is this a regression?
The previous version in which this bug was not present was
v14
Description
Browserlistrc is ignored for some reason and this warning was not present in v14.
Minimal Reproduction
Steps to reproduce
ng new *proj_name*;targetintsconfigtoES2020;ng serve;TypeScript compiler options "target" and "useDefineForClassFields" are set to "ES2022" and "false" respectively by the Angular CLI. To control ECMA version and features use the Browerslist configuration.;ng generate config browserslist;ng serve;TypeScript compiler options "target" and "useDefineForClassFields" are set to "ES2022" and "false" respectively by the Angular CLI. To control ECMA version and features use the Browerslist configuration..Your Environment