From 9b8f402d8dcdbd6f39d51d44207e92440502310f Mon Sep 17 00:00:00 2001 From: falinsky Date: Tue, 1 Dec 2020 16:00:52 +0200 Subject: [PATCH] fix: remove generating .eslintcache fixes #10161 No need to generate eslint cache due to performance boost gained in eslint-webpack-plugin 2.4.1 --- packages/react-scripts/config/webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react-scripts/config/webpack.config.js b/packages/react-scripts/config/webpack.config.js index eddca1b070..ed51eda756 100644 --- a/packages/react-scripts/config/webpack.config.js +++ b/packages/react-scripts/config/webpack.config.js @@ -756,7 +756,6 @@ module.exports = function (webpackEnv) { formatter: require.resolve('react-dev-utils/eslintFormatter'), eslintPath: require.resolve('eslint'), context: paths.appSrc, - cache: true, // ESLint class options cwd: paths.appPath, resolvePluginsRelativeTo: __dirname,