You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
arcman77, edanlewis, achhunna, Hammster, qiwzeng and 3 more