Charles Lyding 4d679a8e01 refactor(@angular-devkit/build-angular): extract-18n buildTarget option is no longer required
The `extract-i18n` option schema has been updated to reflect that the
`buildTarget` option is not required. The option value will default
to the `build` target of the containing project. This removes the need
for an additional option and character count within the `angular.json`
file for the project. This change also applies to the deprecated
`browserTarget` option.
2024-04-29 12:10:39 -04:00
..