File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/angular_devkit/build_angular/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ export function createCompilerPlugin(
236
236
notes : [
237
237
{
238
238
text : `To control ECMA version and features use the Browerslist configuration. ' +
239
- 'For more information, see https://github.com/browserslist/browserslist#queries '` ,
239
+ 'For more information, see https://angular.io/guide/build#configuring-browser-compatibility '` ,
240
240
} ,
241
241
] ,
242
242
} ) ;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export function createIvyPlugin(
35
35
wco . logger . warn (
36
36
'TypeScript compiler options "target" and "useDefineForClassFields" are set to "ES2022" and ' +
37
37
'"false" respectively by the Angular CLI. To control ECMA version and features use the Browerslist configuration. ' +
38
- 'For more information, see https://github.com/browserslist/browserslist ' ,
38
+ 'For more information, see https://angular.io/guide/build#configuring-browser-compatibility ' ,
39
39
) ;
40
40
}
41
41
You can’t perform that action at this time.
0 commit comments