eslint-import-resolver-webpack
Advanced tools
Comparing version
@@ -186,3 +186,3 @@ 'use strict'; | ||
// This can be changed via the settings passed in when defining the resolver | ||
basedir = cwd || configPath; | ||
basedir = cwd || path.dirname(configPath); | ||
log(`Attempting to load webpack path from ${basedir}`); | ||
@@ -189,0 +189,0 @@ } |
{ | ||
"name": "eslint-import-resolver-webpack", | ||
"version": "0.13.6", | ||
"version": "0.13.7", | ||
"description": "Resolve paths to dependencies, given a webpack.config.js. Plugin for eslint-plugin-import.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
20214
0.07%