Skip to content

Commit

Permalink
fix loading config for dependencies (#2470)
Browse files Browse the repository at this point in the history
  • Loading branch information
TMisiukiewicz committed Aug 19, 2024
1 parent 6a61d5d commit d3cd7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-config/src/loadConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function getDependencyConfig(
? null
: platformConfig.dependencyConfig(
root,
config.dependency.platforms[platform],
config.dependency.platforms?.[platform],
);
return dependency;
},
Expand Down

0 comments on commit d3cd7b1

Please sign in to comment.