Vue-loader: Update to 15.0.1 version

Created on 26 Apr 2018  路  2Comments  路  Source: vuejs/vue-loader

Version

15.0.0

Reproduction link

https://github.com/bp91/nginx-vue-docker.git

Steps to reproduce

Update version from 14.2.2 to 15.0.1

What is expected?

That projects that works good with previous versions will continue to work even after an update

What is actually happening?

In all my components (.vue files), the following exception is returned:

./src/pages/Component.vue
vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in your webpack config

Most helpful comment

Do you know what a semver major release mean?


To those downvoting the original comment:

  1. If you don't even read release notes / changelogs when bumping major versions, you are doing it wrong.

  2. Everything about v14 -> v15 migration is explicitly documented.

  3. Downvoting this is just venting on someone who provided you free software when the problem was caused by your own ignorance and incompetence.

All 2 comments

A plugin is now required for vue-loader 15: https://vue-loader.vuejs.org/migrating.html#a-plugin-is-now-required :wink:

Do you know what a semver major release mean?


To those downvoting the original comment:

  1. If you don't even read release notes / changelogs when bumping major versions, you are doing it wrong.

  2. Everything about v14 -> v15 migration is explicitly documented.

  3. Downvoting this is just venting on someone who provided you free software when the problem was caused by your own ignorance and incompetence.

Was this page helpful?
0 / 5 - 0 ratings