diff --git a/bin/cli.js b/bin/cli.js index 8174a9de..060ca6f9 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -53,12 +53,6 @@ if (rc.config) { log('using runtime config %s', rc.config); } -['layout', 'requireConfig', 'webpackConfig'].forEach((option) => { - if (program[option]) { - config[option] = program[option]; - } -}); - if (program.basedir) { config.baseDir = program.basedir; }