-
Notifications
You must be signed in to change notification settings - Fork 65
sourcemap messed up #63
Copy link
Copy link
Open
Labels
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.
Reactions are currently unavailable
