We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6de7f commit 4b66902Copy full SHA for 4b66902
bin/vue-build
@@ -36,7 +36,7 @@ program
36
.option('--disable-config', 'You do not want to use config file')
37
.option('--disable-webpack-config', 'You do not want to use webpack config file')
38
.option('-o, --open', 'Open browser')
39
- .option('--proxy', 'Proxy API request')
+ .option('--proxy [url]', 'Proxy API request')
40
.option('--lib [libraryName]', 'Distribute component in UMD format')
41
.parse(process.argv)
42
0 commit comments