Skip to content

Commit 9b8f402

Browse files
committed
fix: remove generating .eslintcache
fixes facebook#10161 No need to generate eslint cache due to performance boost gained in eslint-webpack-plugin 2.4.1
1 parent 9b08e3c commit 9b8f402

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,6 @@ module.exports = function (webpackEnv) {
756756
formatter: require.resolve('react-dev-utils/eslintFormatter'),
757757
eslintPath: require.resolve('eslint'),
758758
context: paths.appSrc,
759-
cache: true,
760759
// ESLint class options
761760
cwd: paths.appPath,
762761
resolvePluginsRelativeTo: __dirname,

0 commit comments

Comments
 (0)