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 48e8d02 commit df0ae91Copy full SHA for df0ae91
config/paths.js
@@ -17,7 +17,7 @@ const paths = {
17
}
18
19
// If installed globally by yarn, attemt to resolve loaders from the directory above.
20
-if (isGlobal) {
+if (isGlobal(__dirname)) {
21
paths.resolveLoaderModules.push(path.resolve(__dirname, '../../'))
22
23
0 commit comments