Skip to content

Commit 4b66902

Browse files
committed
allow to set proxy from CLI option
1 parent 5c6de7f commit 4b66902

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
@@ -36,7 +36,7 @@ program
3636
.option('--disable-config', 'You do not want to use config file')
3737
.option('--disable-webpack-config', 'You do not want to use webpack config file')
3838
.option('-o, --open', 'Open browser')
39-
.option('--proxy', 'Proxy API request')
39+
.option('--proxy [url]', 'Proxy API request')
4040
.option('--lib [libraryName]', 'Distribute component in UMD format')
4141
.parse(process.argv)
4242

0 commit comments

Comments
 (0)