-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Description
Version
2.7.7
Reproduction link
Steps to reproduce
Please use the github repository provided to see a working example. Instructions on how to run app is provided in mark down.
What is expected?
The issue is that webpack's source maps are not working correctly. I should be able to see Vue Single File Component in the debugger tab of Firefox devtools.
What is actually happening?
I am unsure of what the code is that is showing in the debugger tab of the devtools. I am guessing the source mapping is off or something.
This may be a bit confusing because my links are for a Chromium issue that was "fixed", but it is now happening in Firefox. The fix for Chromium was more of a band aid and the real issue lies with Vue and Webpack generating it's source maps and how the browsers handle displaying the source maps.
Please review the Chromium ticket as there is a lot of documentation there regarding this issue.
https://bugs.chromium.org/p/chromium/issues/detail?id=1304217.
Per comment 36 Chromium developer mentions that the fix is "quite arbitrary IMHO. And ideally tools shouldn't generate (and embed) different content under the same URL."
Additionally here is a stack overflow of the issue.