We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed95893 commit ceeb654Copy full SHA for ceeb654
packages/react-scripts/config/webpack.config.js
@@ -752,6 +752,7 @@ module.exports = function (webpackEnv) {
752
formatter: require.resolve('react-dev-utils/eslintFormatter'),
753
eslintPath: require.resolve('eslint'),
754
context: paths.appSrc,
755
+ cache: true,
756
// ESLint class options
757
cwd: paths.appPath,
758
resolvePluginsRelativeTo: __dirname,
0 commit comments