DanielRosenwasser / typescript-vue-tutorial

A basic Vue application that uses TypeScript with single-file .vue components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source maps don't show the <template> or <style> blocks

nhelke opened this issue · comments

I cloned your project and ran it and then looked at the source mapped files only to find that everything except the actual typescript code had been stripped:

screen shot 2017-10-02 at 23 23 39

There were two other files that identified themselves as Hello.vue. Neither of which was the least bit helpful:

screen shot 2017-10-02 at 23 27 49

screen shot 2017-10-02 at 23 28 07

Any ideas who to get source maps working?