Skip to content

Commit 87e1a02

Browse files
Jeroen MeeusLyrkan
Jeroen Meeus
authored andcommitted
Added the cache configuration for the eslint-loader
1 parent 03bc596 commit 87e1a02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/config-generator.js

+1
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ class ConfigGenerator {
235235
loader: 'eslint-loader',
236236
exclude: /node_modules/,
237237
enforce: 'pre',
238+
cache: true,
238239
options: eslintLoaderUtil.getOptions(this.webpackConfig)
239240
});
240241
}

0 commit comments

Comments
 (0)