Open LiudmilaE opened 6 years ago
I met same problem and found this pull request before sending the same pull request... ;)
(I don't know if .js
entry is needed, because no .js source exists in the description, and vue-loader should reference ts-loader config for <script lang='ts'>
?)
Have to change webpack.config.js according the official docs (MIT):
https://vue-loader.vuejs.org/migrating.html#a-plugin-is-now-required
npm run build does not work without this changes