-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
How make sourcemaps run... #298
Comments
Hey @TheMechanic, Just as an addition I tried this for typescript and although it was a bit more readable it didn't report the correct line numbers |
@TheMechanic @Dashue I think it could be useful if you added a bit more details on your errors, with like a screenshot of the error or something similar. That would either help other people help you, or allow people to see if they have the same errors that you experience. I didn't have to add
With that, the source maps seem to at least be used. Although, since the code is minified, the stacktraces aren't much more useful... I wonder if this is expected or not. |
@louislatreille There is a significant performance impact for using I too am struggling to get |
I lost my day on it, so I share it here.
I was not able to have sourcemaps working. For making them work, you have to install 'source-map-support', then import at top of your entrypoint import 'source-map-support/register';
I don't get why this is not mentioned in the doc...
hoping it will help somebody else
The text was updated successfully, but these errors were encountered: