chore: do not clear screen when serving so that warnings can be seen

This commit is contained in:
Evan You
2018-02-02 01:09:55 -05:00
parent 702b539d33
commit a6bc78e607
@@ -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)