Skip to content

Commit 7df73d3

Browse files
committed
revert loadMetroConfig change
1 parent 8a806ac commit 7df73d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/community-cli-plugin/src/utils/loadMetroConfig.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ export default async function loadMetroConfig(
8383
ctx: ConfigLoadingContext,
8484
options: YargArguments = {},
8585
): Promise<ConfigT> {
86-
const overrideConfig = getOverrideConfig(ctx);
87-
8886
const cwd = ctx.root;
8987
const projectConfig = await resolveConfig(options.config, cwd);
9088

0 commit comments

Comments
 (0)