We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb49188 commit 65c0b96Copy full SHA for 65c0b96
packages/react-scripts/config/webpack.config.dev.js
@@ -116,7 +116,9 @@ module.exports = {
116
// @remove-on-eject-begin
117
// Point ESLint to our predefined config.
118
options: {
119
- extends: ['react-app'],
+ baseConfig: {
120
+ extends: ['react-app'],
121
+ },
122
useEslintrc: false,
123
},
124
// @remove-on-eject-end
packages/react-scripts/config/webpack.config.prod.js
@@ -117,7 +117,9 @@ module.exports = {
// TODO: consider separate config for production,
// e.g. to enable no-console and no-debugger only in production.
125
0 commit comments