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 = { ...@@ -114,14 +114,13 @@ module.exports = {
test: /\.(js|jsx)$/, test: /\.(js|jsx)$/,
enforce: 'pre', enforce: 'pre',
use: [{ use: [{
// @remove-on-eject-begin
// Point ESLint to our predefined config.
options: { options: {
// @remove-on-eject-begin
// Point ESLint to our predefined config.
configFile: path.join(__dirname, '../.eslintrc'), configFile: path.join(__dirname, '../.eslintrc'),
useEslintrc: false, useEslintrc: false
// @remove-on-eject-end
cache: true
}, },
// @remove-on-eject-end
loader: 'eslint-loader' loader: 'eslint-loader'
}], }],
include: paths.appSrc 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