Open
Description
So basically the only way for a correct mapping is to have one include with no other code in js file. Adding anything gives an incorrect map for everything beyond the first include or first lines of code whichever comes first.
Here is an example of the issue. To build npm install
and gulp
(or gulp watch
). And then open index.html in chrome. Check the lines referenced by the console in devtools.
As you can see in the photo, the mapping is wrong.