Explicit deps & bumps (#275)

This commit is contained in:
Jaco Greeff
2020-02-12 17:08:52 +01:00
committed by GitHub
parent 9902c9351d
commit 4f025cb9ec
14 changed files with 903 additions and 499 deletions
-1
View File
@@ -7,7 +7,6 @@ const path = require('path');
module.exports = function resolver (file, config) {
if (file.includes('package.json')) {
console.error(file, config);
return path.join(config.basedir.replace('/src', '/'), file);
}