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
The latest version of vue-loader working with 'encore' is the 14.2.2
When i try to upgrade to v15
then i got a lot of errors: vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in your webpack config.
The message is clear :-) but i wonder if you plan to migrate to this version of vue-loader
Thanks
The text was updated successfully, but these errors were encountered:
Simply adding the VueLoaderPlugin to the generated conf caused some other issues because of the ExtractTextPlugin (which is not going to be there anymore after the Webpack 4 migration).
The latest version of vue-loader working with 'encore' is the 14.2.2
When i try to upgrade to v15
then i got a lot of errors: vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in your webpack config.
The message is clear :-) but i wonder if you plan to migrate to this version of vue-loader
Thanks
The text was updated successfully, but these errors were encountered: