Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'dev' into feat/serve-stdin-flag
  • Loading branch information
nullpilot authored Jan 9, 2020
commit 54357817fbe7be4f76a39a794eff56282a1bf152
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/lib/commands/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = (api, options) => {
'--port': `specify port (default: ${defaults.port})`,
'--https': `use https (default: ${defaults.https})`,
'--stdin': `close when stdin ends`,
'--public': `specify the public network URL for the HMR client`
'--skip-plugins': `comma-separated list of plugin names to skip for this run`
}
}, async function serve (args) {
info('Starting development server...')
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.