Skip to content

Commit 27b641e

Browse files
author
Jeroen Meeus
committed
Removed the default import/resolver config
1 parent 22fcb14 commit 27b641e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

lib/loaders/eslint.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,7 @@ module.exports = {
2323
const eslintLoaderOptions = {
2424
cache: true,
2525
parser: 'babel-eslint',
26-
emitWarning: true,
27-
'import/resolver': {
28-
webpack: {
29-
config: 'webpack.config.js'
30-
}
31-
}
26+
emitWarning: true
3227
};
3328

3429
return applyOptionsCallback(webpackConfig.eslintLoaderOptionsCallback, eslintLoaderOptions);

0 commit comments

Comments
 (0)