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
...so we get non-inline source maps by default. At least with Node 20.17.0 the inline source maps don't seem to work without the fix suggested in #791.
The text was updated successfully, but these errors were encountered:
pasieronen
changed the title
Source maps broken in version 1.10.1
Source maps broken since versions 1.10.1 (up to and including latest 1.10.9)
Sep 11, 2024
With version 1.10.0 this works as expected, and stack trace says
test.ts:1:7
(which is correct):With version 1.10.1, the stack trace says
test.ts:2:7
.It looks like the change related to inlineSourceMap in #726 broke the non-inline case. Maybe this line changed in #726
should have been instead something like this?
...so we get non-inline source maps by default. At least with Node 20.17.0 the inline source maps don't seem to work without the fix suggested in #791.
The text was updated successfully, but these errors were encountered: