Commit 7c899fc3 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Revert "Enable eslint caching in development" (#1665)

parent 3509dcd1
Showing with 4 additions and 5 deletions
+4 -5
......@@ -114,14 +114,13 @@ module.exports = {
test: /\.(js|jsx)$/,
enforce: 'pre',
use: [{
// @remove-on-eject-begin
// Point ESLint to our predefined config.
options: {
// @remove-on-eject-begin
// Point ESLint to our predefined config.
configFile: path.join(__dirname, '../.eslintrc'),
useEslintrc: false,
// @remove-on-eject-end
cache: true
useEslintrc: false
},
// @remove-on-eject-end
loader: 'eslint-loader'
}],
include: paths.appSrc
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment