Skip to content

Commit

Permalink
Remove unnecessary mapping of CLI args to config
Browse files Browse the repository at this point in the history
  • Loading branch information
pahen committed Sep 2, 2016
1 parent 3003489 commit 93f19da
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 93f19da

Please sign in to comment.