Skip to content

Commit

Permalink
feat(core): merge target configurations from plugin results (#19935)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder authored Oct 31, 2023
1 parent 23ef97e commit c156058
Show file tree
Hide file tree
Showing 3 changed files with 538 additions and 416 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function normalizeProjectTargets(
);

if (defaults) {
targets[target] = mergeTargetConfigurations(project, target, defaults);
targets[target] = mergeTargetConfigurations(targets[target], defaults);
}

targets[target].options = resolveNxTokensInOptions(
Expand Down
Loading

0 comments on commit c156058

Please sign in to comment.