Skip to content

Module build failed: SyntaxError for version 1.9.0  #14

Closed
@katastrofix

Description

@katastrofix

After the update to 1.9.0 the building process using webpack and vue-loader fails using [email protected].
This Vue-loader version has an internal dependency to vue-template-es2015-compiler.
The vue-loader's package.json has a compatible version semantic (""vue-template-es2015-compiler": "^1.6.0"") which probably directs it to the latest compatible.
The last successful build with [email protected] used [email protected] .

Below is the error:
image

The console log shows the error in the compiled file that is generated from the vue-template component rather than in the pre-compiled template source code.

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