Skip to content

Webpack checks for jsx while I'm not even using it :\ #1315

@mrg0lden

Description

@mrg0lden

Version

3.0.0-beta.10

Reproduction link

https://codesandbox.io/s/93mqk630z4

Steps to reproduce

I used a configuration with TS, Router, and Vuex
I made a component (same Login.vue included in the minimal reproduction)
I imported this component through another View component
when compiling I get an error Syntax Error: Expected corresponding JSX closing tag for <Info> (125:0)
While I didn't even use JSX

What is expected?

It should compile just as normal

What is actually happening?

It checks for jsx syntax while It's not used at all.


The reproduction doesn't show the problem on codesandbox, it should be used locally
My env specs:
Windows 10 64bit latest release (1803)
Node.js 8.2.1

Metadata

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