Skip to content

Remove double console messages #1064

Closed
Closed
@areknow

Description

@areknow

All console messages are repeated twice.

Steps to reproduce:

$ vue init webpack test-app
? Project name test-app
? Project description A Vue.js project
? Author xxx <xxx@xxx.com>
? Vue build standalone
? Install vue-router? No
? Use ESLint to lint your code? No
? Setup unit tests No
? Setup e2e tests with Nightwatch? No
$ cd test-app

Make a small syntax error in a component file and save.

$ npm start

The error will be reported to the console twice. I am not sure if this is an issue with webpack or with this template.

screen shot 2017-11-14 at 4 03 38 pm

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions