Skip to content

Commit

Permalink
fix: slow recompile time (#9911)
Browse files Browse the repository at this point in the history
fixes #9886
  • Loading branch information
FezVrasta committed Oct 26, 2020
1 parent ed95893 commit ceeb654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-scripts/config/webpack.config.js
Expand Up @@ -752,6 +752,7 @@ 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,
Expand Down

0 comments on commit ceeb654

Please sign in to comment.