-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): do not mutate target defaults (#26941)
## Current Behavior <!-- This is the behavior we have today --> Target defaults is mutated when the target is normalized. Subsequent targets are normalized with the mutated version yielding the incorrect projects configuration. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Target defaults is not mutated and all targets are correct. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # (cherry picked from commit f3fa705)
- Loading branch information
1 parent
cfe163c
commit 8e92b21
Showing
2 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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