Skip to content

Commit 4a4d2ef

Browse files
author
Jack Zhao
committed
remove argv
1 parent 140e182 commit 4a4d2ef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/react-scripts/scripts/build.js

-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ if (!checkRequiredFiles([paths.appHtml, paths.appIndexJs])) {
5959
process.exit(1);
6060
}
6161

62-
// Process CLI arguments
63-
const argv = process.argv.slice(2);
64-
6562
// Generate configuration
6663
const config = configFactory('production');
6764

0 commit comments

Comments
 (0)