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 21
21
},
22
22
"proxyConfig" : {
23
23
"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."
25
25
},
26
26
"ssl" : {
27
27
"type" : " boolean" ,
Original file line number Diff line number Diff line change @@ -492,7 +492,7 @@ function createCompilerOptionsTransformer(
492
492
{
493
493
text :
494
494
'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' ,
496
496
} ,
497
497
] ,
498
498
} ) ;
Original file line number Diff line number Diff line change 27
27
},
28
28
"proxyConfig" : {
29
29
"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."
31
31
},
32
32
"ssl" : {
33
33
"type" : " boolean" ,
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 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' +
39
39
`NOTE: You can set the "target" to "ES2022" in the project's tsconfig to remove this warning.` ,
40
40
) ;
41
41
}
You can’t perform that action at this time.
0 commit comments