Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the file mapping for debugging #1371

Closed
YuJianrong opened this issue Aug 4, 2018 · 0 comments
Closed

Improve the file mapping for debugging #1371

YuJianrong opened this issue Aug 4, 2018 · 0 comments

Comments

@YuJianrong
Copy link

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>.
image

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

YuJianrong added a commit to YuJianrong/vue-loader that referenced this issue Aug 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant