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 140e182 commit 4a4d2efCopy full SHA for 4a4d2ef
packages/react-scripts/scripts/build.js
@@ -59,9 +59,6 @@ if (!checkRequiredFiles([paths.appHtml, paths.appIndexJs])) {
59
process.exit(1);
60
}
61
62
-// Process CLI arguments
63
-const argv = process.argv.slice(2);
64
-
65
// Generate configuration
66
const config = configFactory('production');
67
0 commit comments