Skip to content

Vue template compiler warnings are handled as errors #88

Open
@susnux

Description

When building for development all template compiler warnings are treated as errors instead of warning and will break the build.

Examples for such warnings are:

text \"Some comment\" between v-if and v-else(-if) will be ignored.

When having a template like this:

<component v-if="foo" />
<!-- Some comment -->
<component v-else />

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions