File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/angular_devkit/build_angular/src/tools Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ function createCompilerOptionsTransformer(
476476 notes : [
477477 {
478478 text :
479- 'To control ECMA version and features use the Browerslist configuration. ' +
479+ 'To control ECMA version and features use the Browserslist configuration. ' +
480480 'For more information, see https://angular.io/guide/build#configuring-browser-compatibility' ,
481481 } ,
482482 ] ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export function createIvyPlugin(
3434
3535 wco . logger . warn (
3636 'TypeScript compiler options "target" and "useDefineForClassFields" are set to "ES2022" and ' +
37- '"false" respectively by the Angular CLI. To control ECMA version and features use the Browerslist configuration. ' +
37+ '"false" respectively by the Angular CLI. To control ECMA version and features use the Browserslist configuration. ' +
3838 'For more information, see https://angular.io/guide/build#configuring-browser-compatibility\n' +
3939 `NOTE: You can set the "target" to "ES2022" in the project's tsconfig to remove this warning.` ,
4040 ) ;
You can’t perform that action at this time.
0 commit comments