Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve errors are most likely caused by invalid configuration, and the reason is easier to determine with the full details rather than just `err.message`. See import-js#536 With this change, it reports something like: ``` import/no-unresolved: Resolve error: SyntaxError: Unexpected token import at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:387:25) at Object.Module._extensions..js (module.js:422:10) at Module.load (module.js:357:32) at Function.Module._load (module.js:314:12) at Module.require (module.js:367:17) at require (internal/module.js:16:19) at module.exports (/__censored__/webpack/configFactory.js:216:3) at configProdClient (/__censored__/webpack/configProdClient.js:5:36) at Object.<anonymous> (/__censored__/webpack/configForEslintImportResolver.js:1:126) ```
- Loading branch information