We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fd87b commit 4940d0dCopy full SHA for 4940d0d
packages/metro-config/src/loadConfig.js
@@ -154,8 +154,8 @@ function mergeConfig<T: $ReadOnly<InputConfigT>>(
154
});
155
}
156
157
-// mergeConfig is public, we should try to keep its API stable
158
-// This trick is necessary to pass proper cwd to `populateSync`
+// `mergeConfig` is public, so we should try to keep its API stable
+// This trick is necessary to pass the proper cwd to the internal `populateSync` call
159
const mergeConfigHooked = <T: $ReadOnly<InputConfigT>>(
160
cwd: string,
161
base: T,
0 commit comments