File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
angular_devkit/build_angular/src Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 },
2222 "proxyConfig" : {
2323 "type" : " string" ,
24- "description" : " Proxy configuration file. For more information, see https://angular.io/guide/build #proxying-to-a-backend-server."
24+ "description" : " Proxy configuration file. For more information, see https://angular.dev/tools/cli/serve #proxying-to-a-backend-server."
2525 },
2626 "ssl" : {
2727 "type" : " boolean" ,
Original file line number Diff line number Diff line change @@ -492,7 +492,7 @@ function createCompilerOptionsTransformer(
492492 {
493493 text :
494494 'To control ECMA version and features use the Browserslist configuration. ' +
495- 'For more information, see https://angular.io/guide /build#configuring-browser-compatibility' ,
495+ 'For more information, see https://angular.dev/tools/cli /build#configuring-browser-compatibility' ,
496496 } ,
497497 ] ,
498498 } ) ;
Original file line number Diff line number Diff line change 2727 },
2828 "proxyConfig" : {
2929 "type" : " string" ,
30- "description" : " Proxy configuration file. For more information, see https://angular.io/guide/build #proxying-to-a-backend-server."
30+ "description" : " Proxy configuration file. For more information, see https://angular.dev/tools/cli/serve #proxying-to-a-backend-server."
3131 },
3232 "ssl" : {
3333 "type" : " boolean" ,
Original file line number Diff line number Diff 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 Browserslist configuration. ' +
38- 'For more information, see https://angular.io/guide /build#configuring-browser-compatibility\n' +
38+ 'For more information, see https://angular.dev/tools/cli /build#configuring-browser-compatibility\n' +
3939 `NOTE: You can set the "target" to "ES2022" in the project's tsconfig to remove this warning.` ,
4040 ) ;
4141 }
You can’t perform that action at this time.
0 commit comments