Skip to content

Commit c5b2ea3

Browse files
authored
Remove default host value
1 parent e98cc81 commit c5b2ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/vue-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ program
2727
.usage('[entry]')
2828
.option('--dist [directory]', 'Output directory for bundled files')
2929
.option('--port [port]', 'Server port')
30-
.option('--host [host]', 'Server host', 'localhost')
30+
.option('--host [host]', 'Server host')
3131
.option('--prod, --production', 'Build for production')
3232
.option('-w, --watch', 'Run in watch mode')
3333
.option('-m, --mount', 'Auto-create app instance from given component, true for `.vue` file')

0 commit comments

Comments
 (0)