You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add target precedence explanation and improve clarity
- Add explicit target resolution precedence in BREAKING CHANGE section
- Clarify Configuration File options list is commonly used subset
- Point users to schema.json for complete list including deprecated options
Addresses external audit feedback on documentation completeness.
To avoid all these command-line cmd options, you can write down your configuration in the `angular.json` file in the `options` attribute of your deploy project's architect. Just change the kebab-case to lower camel case. Common options in lower camel case:
427
+
To avoid all these command-line cmd options, you can write down your configuration in the `angular.json` file in the `options` attribute of your deploy project's architect. Just change the kebab-case to lower camel case. Commonly used options in lower camel case (see schema.json for complete list including deprecated options):
0 commit comments