We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50e64b commit 28d4de9Copy full SHA for 28d4de9
packages/cli/src/util/loadMetroConfig.js
@@ -32,7 +32,7 @@ const getBlacklistRE = () => createBlacklist([/.*\/__fixtures__\/.*/]);
32
* @todo(grabbou): As a separate PR, haste.platforms should be added before "native".
33
* Otherwise, a.native.js will not load on Windows or other platforms
34
*/
35
-const getDefaultConfig = (ctx: ContextT) => {
+export const getDefaultConfig = (ctx: ContextT) => {
36
const plugins = findPlugins(ctx.root);
37
38
return {
0 commit comments