Skip to content

Commit

Permalink
Revert "Enable eslint caching in development" (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Feb 28, 2017
1 parent 3509dcd commit 7c899fc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/react-scripts/config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c899fc

Please sign in to comment.