Skip to content

Commit 28d4de9

Browse files
Salakargrabbou
authored andcommitted
fear: export getDefaultConfig (#167)
1 parent c50e64b commit 28d4de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/util/loadMetroConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const getBlacklistRE = () => createBlacklist([/.*\/__fixtures__\/.*/]);
3232
* @todo(grabbou): As a separate PR, haste.platforms should be added before "native".
3333
* Otherwise, a.native.js will not load on Windows or other platforms
3434
*/
35-
const getDefaultConfig = (ctx: ContextT) => {
35+
export const getDefaultConfig = (ctx: ContextT) => {
3636
const plugins = findPlugins(ctx.root);
3737

3838
return {

0 commit comments

Comments
 (0)