Avoid searching .babelrc if breakConfig is set

This commit is contained in:
Cesar Andreu 2015-04-02 21:24:06 -07:00
parent d7fb9f67df
commit ed58c80c64

View File

@ -44,7 +44,10 @@ export default function (loc, opts = {}) {
} }
} }
if (opts.breakConfig !== true) {
find(loc, rel); find(loc, rel);
}
return opts; return opts;
}; };