We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9747480 commit 3403f05Copy full SHA for 3403f05
packages/react-scripts/config/webpack.config.dev.js
@@ -432,6 +432,13 @@ module.exports = {
432
noEmit: true,
433
jsx: 'preserve',
434
},
435
+ reportFiles: [
436
+ '**',
437
+ '!**/__tests__/**',
438
+ '!**/?(*.)(spec|test).*',
439
+ '!src/setupProxy.js',
440
+ '!src/setupTests.*',
441
+ ],
442
watch: paths.appSrc,
443
silent: true,
444
formatter: typescriptFormatter,
packages/react-scripts/config/webpack.config.prod.js
@@ -552,6 +552,13 @@ module.exports = {
552
553
554
555
556
557
558
559
560
561
562
563
564
0 commit comments