[Vuejs]-Strange error when updating an application to Vue2

0👍

Ok, for future mates facing the same problem. To solve the problem i’ve changed from Laravel Elixir to the new Laravel Mix.

Also you need to add vue-template-compiler to your package.json and this package need have the same version as your Vue, this is mandatory.

So for now i have Vue 2.3.0 and vue-template-compiler 2.3.0.

If doubts with webpack.config.js here is the Gist with what i have now link

Leave a comment