Revert "Enable eslint caching in development" (#1665)

This commit is contained in:
Dan Abramov
2017-02-28 14:02:45 +00:00
committed by GitHub
parent 3509dcd1f7
commit 7c899fc392

View File

@@ -114,14 +114,13 @@ module.exports = {
test: /\.(js|jsx)$/,
enforce: 'pre',
use: [{
// @remove-on-eject-begin
// Point ESLint to our predefined config.
options: {
// @remove-on-eject-begin
// Point ESLint to our predefined config.
configFile: path.join(__dirname, '../.eslintrc'),
useEslintrc: false,
// @remove-on-eject-end
cache: true
useEslintrc: false
},
// @remove-on-eject-end
loader: 'eslint-loader'
}],
include: paths.appSrc