Skip to content

Commit 4ff068e

Browse files
alan-agius4dgp1130
authored andcommitted
docs: replace browserslist with AIO link
https://angular.io/guide/build#configuring-browser-compatibility will be updated to include additional information. (cherry picked from commit de8d846)
1 parent 952fe7f commit 4ff068e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/angular_devkit/build_angular/src/builders/browser-esbuild/compiler-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export function createCompilerPlugin(
236236
notes: [
237237
{
238238
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'`,
240240
},
241241
],
242242
});

packages/angular_devkit/build_angular/src/webpack/plugins/typescript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function createIvyPlugin(
3535
wco.logger.warn(
3636
'TypeScript compiler options "target" and "useDefineForClassFields" are set to "ES2022" and ' +
3737
'"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',
3939
);
4040
}
4141

0 commit comments

Comments
 (0)