mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
docs: update build guide links aio->adev
This commit is contained in:
parent
b5782891c8
commit
89fbd0f9a2
@ -21,7 +21,7 @@
|
||||
},
|
||||
"proxyConfig": {
|
||||
"type": "string",
|
||||
"description": "Proxy configuration file. For more information, see https://angular.io/guide/build#proxying-to-a-backend-server."
|
||||
"description": "Proxy configuration file. For more information, see https://angular.dev/tools/cli/serve#proxying-to-a-backend-server."
|
||||
},
|
||||
"ssl": {
|
||||
"type": "boolean",
|
||||
|
@ -492,7 +492,7 @@ function createCompilerOptionsTransformer(
|
||||
{
|
||||
text:
|
||||
'To control ECMA version and features use the Browserslist configuration. ' +
|
||||
'For more information, see https://angular.io/guide/build#configuring-browser-compatibility',
|
||||
'For more information, see https://angular.dev/tools/cli/build#configuring-browser-compatibility',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
@ -27,7 +27,7 @@
|
||||
},
|
||||
"proxyConfig": {
|
||||
"type": "string",
|
||||
"description": "Proxy configuration file. For more information, see https://angular.io/guide/build#proxying-to-a-backend-server."
|
||||
"description": "Proxy configuration file. For more information, see https://angular.dev/tools/cli/serve#proxying-to-a-backend-server."
|
||||
},
|
||||
"ssl": {
|
||||
"type": "boolean",
|
||||
|
@ -35,7 +35,7 @@ export function createIvyPlugin(
|
||||
wco.logger.warn(
|
||||
'TypeScript compiler options "target" and "useDefineForClassFields" are set to "ES2022" and ' +
|
||||
'"false" respectively by the Angular CLI. To control ECMA version and features use the Browserslist configuration. ' +
|
||||
'For more information, see https://angular.io/guide/build#configuring-browser-compatibility\n' +
|
||||
'For more information, see https://angular.dev/tools/cli/build#configuring-browser-compatibility\n' +
|
||||
`NOTE: You can set the "target" to "ES2022" in the project's tsconfig to remove this warning.`,
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user