Skip to content

Commit

Permalink
Revert "Enable eslint caching in development" (facebook#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and randycoulman committed May 8, 2017
1 parent dc76eb5 commit 9ee2795
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/react-scripts/config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,13 @@ module.exports = function(publicPath) {
// Remember to add the new extension(s) to the "url" loader exclusion list.
]
},
// @remove-on-eject-begin
// Point ESLint to our predefined config.
eslint: {
// @remove-on-eject-begin
configFile: path.join(__dirname, '../.eslintrc'),
useEslintrc: false,
// @remove-on-eject-end
cache: true
},
// @remove-on-eject-end
// We use PostCSS for autoprefixing only.
postcss: function() {
return [
Expand Down

0 comments on commit 9ee2795

Please sign in to comment.