mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-21 03:48:36 -05:00
chore: do not clear screen when serving so that warnings can be seen
This commit is contained in:
@@ -2,8 +2,7 @@ const {
|
||||
info,
|
||||
error,
|
||||
hasYarn,
|
||||
openBrowser,
|
||||
clearConsole
|
||||
openBrowser
|
||||
} = require('@vue/cli-shared-utils')
|
||||
|
||||
const defaults = {
|
||||
@@ -25,7 +24,6 @@ module.exports = (api, options) => {
|
||||
'--https': `use https (default: ${defaults.https})`
|
||||
}
|
||||
}, args => {
|
||||
clearConsole()
|
||||
info('Starting development server...')
|
||||
|
||||
api.setMode(args.mode || defaults.mode)
|
||||
|
||||
Reference in New Issue
Block a user