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
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
The text was updated successfully, but these errors were encountered:
YuJianrong
added a commit
to YuJianrong/vue-loader
that referenced
this issue
Aug 4, 2018
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 withXXX.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
The text was updated successfully, but these errors were encountered: