Skip to content

Commit

Permalink
revert loadMetroConfig change
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Dec 1, 2023
1 parent 50ce7ca commit db97ea4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/community-cli-plugin/src/utils/loadMetroConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ export default async function loadMetroConfig(
ctx: ConfigLoadingContext,
options: YargArguments = {},
): Promise<ConfigT> {
const overrideConfig = getOverrideConfig(ctx);

const cwd = ctx.root;
const projectConfig = await resolveConfig(options.config, cwd);

Expand Down

0 comments on commit db97ea4

Please sign in to comment.