Skip to content

Commit 5bce8c5

Browse files
committed
Revert "Enable eslint caching in development" (#1665)
1 parent 0b46850 commit 5bce8c5

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
@@ -177,14 +177,13 @@ module.exports = {
177177
// Remember to add the new extension(s) to the "url" loader exclusion list.
178178
]
179179
},
180+
// @remove-on-eject-begin
180181
// Point ESLint to our predefined config.
181182
eslint: {
182-
// @remove-on-eject-begin
183183
configFile: path.join(__dirname, '../.eslintrc'),
184184
useEslintrc: false,
185-
// @remove-on-eject-end
186-
cache: true
187185
},
186+
// @remove-on-eject-end
188187
// We use PostCSS for autoprefixing only.
189188
postcss: function() {
190189
return [

0 commit comments

Comments
 (0)