-
Notifications
You must be signed in to change notification settings - Fork 61
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
Source map path/filename issues #141
Comments
Hmmm. I have never used LiveReactload with TS so hard to say... Do you have any minimalistic project with LiveReactload+TS combo re-producing this issue? |
I would have to create a minimal project, I don't have any on hand (and what I do have on hand is not FOSS). The issue appears to be this line: In that code, The hashes in the path are a separate issue, and seem to be intentional based on this comment: #138 (comment) |
Fixed in |
Indeed. Thanks! :) |
When I updated from livereactload 2.2.2 to 3.1.1, the first thing I noticed was that my Typescript sourcemaps seemed to disappear. On closer examination, the sourcemaps are still intact, but console shows the path & filename of the compiled Javascript rather than the Typescript source filenames.
Also, the source browser is incredibly cluttered, with each file given its own separate directory prefaced by what looks like a GUID:
When I revert to 2.2.2 these issues disappear. May be related to #127 ?
The text was updated successfully, but these errors were encountered: