We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b46850 commit 5bce8c5Copy full SHA for 5bce8c5
packages/react-scripts/config/webpack.config.dev.js
@@ -177,14 +177,13 @@ module.exports = {
177
// Remember to add the new extension(s) to the "url" loader exclusion list.
178
]
179
},
180
+ // @remove-on-eject-begin
181
// Point ESLint to our predefined config.
182
eslint: {
- // @remove-on-eject-begin
183
configFile: path.join(__dirname, '../.eslintrc'),
184
useEslintrc: false,
185
- // @remove-on-eject-end
186
- cache: true
187
+ // @remove-on-eject-end
188
// We use PostCSS for autoprefixing only.
189
postcss: function() {
190
return [
0 commit comments