Skip to content

Commit 9ee2795

Browse files
gaearonrandycoulman
authored andcommittedMay 8, 2017
Revert "Enable eslint caching in development" (facebook#1665)
1 parent dc76eb5 commit 9ee2795

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎packages/react-scripts/config/webpack.config.dev.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,13 @@ module.exports = function(publicPath) {
204204
// Remember to add the new extension(s) to the "url" loader exclusion list.
205205
]
206206
},
207+
// @remove-on-eject-begin
207208
// Point ESLint to our predefined config.
208209
eslint: {
209-
// @remove-on-eject-begin
210210
configFile: path.join(__dirname, '../.eslintrc'),
211211
useEslintrc: false,
212-
// @remove-on-eject-end
213-
cache: true
214212
},
213+
// @remove-on-eject-end
215214
// We use PostCSS for autoprefixing only.
216215
postcss: function() {
217216
return [

0 commit comments

Comments
 (0)