remove argv

This commit is contained in:
Jack Zhao
2019-02-21 14:39:01 -08:00
parent 140e182e7d
commit 4a4d2eff4e

View File

@@ -59,9 +59,6 @@ if (!checkRequiredFiles([paths.appHtml, paths.appIndexJs])) {
process.exit(1);
}
// Process CLI arguments
const argv = process.argv.slice(2);
// Generate configuration
const config = configFactory('production');