Closed
Description
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] .
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
Labels
No labels