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

This commit is contained in:
Dan Abramov
2017-02-28 14:02:45 +00:00
committed by Dan Abramov
parent 0b46850044
commit 5bce8c5c53

View File

@@ -177,14 +177,13 @@ module.exports = {
// Remember to add the new extension(s) to the "url" loader exclusion list.
]
},
// @remove-on-eject-begin
// Point ESLint to our predefined config.
eslint: {
// @remove-on-eject-begin
configFile: path.join(__dirname, '../.eslintrc'),
useEslintrc: false,
// @remove-on-eject-end
cache: true
},
// @remove-on-eject-end
// We use PostCSS for autoprefixing only.
postcss: function() {
return [