Skip to content

Commit

Permalink
allow to set proxy from CLI option
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jan 18, 2017
1 parent 5c6de7f commit 4b66902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/vue-build
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ program
.option('--disable-config', 'You do not want to use config file')
.option('--disable-webpack-config', 'You do not want to use webpack config file')
.option('-o, --open', 'Open browser')
.option('--proxy', 'Proxy API request')
.option('--proxy [url]', 'Proxy API request')
.option('--lib [libraryName]', 'Distribute component in UMD format')
.parse(process.argv)

Expand Down

0 comments on commit 4b66902

Please sign in to comment.