Skip to content

Commit

Permalink
Remove default host value
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist authored Jun 16, 2017
1 parent e98cc81 commit c5b2ea3
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 @@ -27,7 +27,7 @@ program
.usage('[entry]')
.option('--dist [directory]', 'Output directory for bundled files')
.option('--port [port]', 'Server port')
.option('--host [host]', 'Server host', 'localhost')
.option('--host [host]', 'Server host')
.option('--prod, --production', 'Build for production')
.option('-w, --watch', 'Run in watch mode')
.option('-m, --mount', 'Auto-create app instance from given component, true for `.vue` file')
Expand Down

0 comments on commit c5b2ea3

Please sign in to comment.