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 9161ba8 commit f06ae8bCopy full SHA for f06ae8b
packages/react-dev-utils/browsersHelper.js
@@ -42,7 +42,7 @@ function shouldSetBrowsers(isInteractive) {
42
}
43
44
function checkBrowsers(dir, isInteractive, retry = true) {
45
- const current = browserslist.findConfig(dir);
+ const current = browserslist.loadConfig({path: dir});
46
if (current != null) {
47
return Promise.resolve(current);
48
0 commit comments