File tree 2 files changed +2
-2
lines changed
packages/angular_devkit/build_angular/src/tools
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ function createCompilerOptionsTransformer(
476
476
notes : [
477
477
{
478
478
text :
479
- 'To control ECMA version and features use the Browerslist configuration. ' +
479
+ 'To control ECMA version and features use the Browserslist configuration. ' +
480
480
'For more information, see https://angular.io/guide/build#configuring-browser-compatibility' ,
481
481
} ,
482
482
] ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export function createIvyPlugin(
34
34
35
35
wco . logger . warn (
36
36
'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. ' +
38
38
'For more information, see https://angular.io/guide/build#configuring-browser-compatibility\n' +
39
39
`NOTE: You can set the "target" to "ES2022" in the project's tsconfig to remove this warning.` ,
40
40
) ;
You can’t perform that action at this time.
0 commit comments