We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63704ed commit 8268d96Copy full SHA for 8268d96
packages/react-scripts/config/webpack.config.dev.js
@@ -426,6 +426,13 @@ module.exports = {
426
noEmit: true,
427
jsx: 'preserve',
428
},
429
+ reportFiles: [
430
+ '**',
431
+ '!**/__tests__/**',
432
+ '!**/?(*.)(spec|test).*',
433
+ '!src/setupProxy.js',
434
+ '!src/setupTests.*',
435
+ ],
436
watch: paths.appSrc,
437
silent: true,
438
formatter: typescriptFormatter,
packages/react-scripts/config/webpack.config.prod.js
@@ -546,6 +546,13 @@ module.exports = {
546
547
548
549
550
551
552
553
554
555
556
557
558
0 commit comments