We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2d047 commit 140e182Copy full SHA for 140e182
packages/react-scripts/scripts/build.js
@@ -61,7 +61,6 @@ if (!checkRequiredFiles([paths.appHtml, paths.appIndexJs])) {
61
62
// Process CLI arguments
63
const argv = process.argv.slice(2);
64
-const writeStatsJson = argv.indexOf('--stats') !== -1;
65
66
// Generate configuration
67
const config = configFactory('production');
0 commit comments