I18n extract default build target#27558
Merged
clydin merged 3 commits intoangular:mainfrom Apr 29, 2024
Merged
Conversation
… 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.
…on 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.
…et option for new applications The `buildTarget` option for the `extract-18n` builder will automatically default to use the `build` target of the containing project. This removes the need for projects to manually configure the target. New projects will now be generated without this option in the `angular.json` file.
80789d6 to
9fb1938
Compare
alan-agius4
approved these changes
Apr 29, 2024
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
extract-i18noption schema has been updated to reflect that thebuildTargetoption is not required. The option value will defaultto the
buildtarget of the containing project. This removes the needfor an additional option and character count within the
angular.jsonfile for the project.