Merge pull request #1140 from cesarandreu/patch-2
Avoid searching .babelrc if breakConfig is set
This commit is contained in:
commit
5ccbed585b
@ -44,7 +44,10 @@ export default function (loc, opts = {}) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (opts.breakConfig !== true) {
|
||||||
find(loc, rel);
|
find(loc, rel);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
return opts;
|
return opts;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user