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 f6e57a8 commit 23375bdCopy full SHA for 23375bd
bin/utils/convert-argv.js
@@ -110,9 +110,9 @@ module.exports = function(...args) {
110
argv.configRegister.forEach(dep => {
111
require(dep);
112
});
113
- return require(configPath);
+ return require(path.resolve(process.cwd(), configPath));
114
} else {
115
116
}
117
})();
118
options = prepareOptions(options, argv);
0 commit comments