TrilonIO / aspnetcore-Vue-starter

*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.22k stars 266 forks source link

Upgrade vue-loader to 14.2.2 #86

Closed galczo5 closed 6 years ago

galczo5 commented 6 years ago

Please upgrade package.json from "vue-loader": "^10.0.3" to "vue-loader": "^14.2.2". 14.2.2 uses new loader-utils: https://github.com/babel/babel-loader/issues/392

It caused many problems with vue-i18n-loader.

MarkPieszak commented 6 years ago

Thank you I didn't know, let me add that in there! :+1:

xShivan commented 6 years ago

Thank you very much for solving this one! We've spent a few hours with @galczo5 trying to solve this issue.