We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc76eb5 commit 9ee2795Copy full SHA for 9ee2795
packages/react-scripts/config/webpack.config.dev.js
@@ -204,14 +204,13 @@ module.exports = function(publicPath) {
204
// Remember to add the new extension(s) to the "url" loader exclusion list.
205
]
206
},
207
+ // @remove-on-eject-begin
208
// Point ESLint to our predefined config.
209
eslint: {
- // @remove-on-eject-begin
210
configFile: path.join(__dirname, '../.eslintrc'),
211
useEslintrc: false,
212
- // @remove-on-eject-end
213
- cache: true
214
+ // @remove-on-eject-end
215
// We use PostCSS for autoprefixing only.
216
postcss: function() {
217
return [
0 commit comments