Closed
Description
What problem does this feature solve?
Currently when I open the devtools of chrome on a vue project to debug the <script>
part of the Vue file, it's very difficult to locate the correct one with Typescript source mapped. There are a lot of files start with XXX.vue?
and I must try one by one to find the one with <script>
.
I'd like to add the file extension (.ts, .scss, etc) to the different .vue
file in the file mapping to make it easier to locate the <script>
file.
What does the proposed API look like?
No API updated
Metadata
Metadata
Assignees
Labels
No labels