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 a49135b commit 5e5f7b5Copy full SHA for 5e5f7b5
index.js
@@ -46,7 +46,6 @@ exports.resolve = (modulePath, sourceFile, config) => {
46
}
47
48
const paths = resolveLookupPaths(findPath, sourceDir);
49
- console.log('paths', paths);
50
return findModulePath(findPath, paths);
51
};
52
0 commit comments