poppinss / youch

Pretty error reporting for Node.js :rocket:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source map support?

OmgImAlexis opened this issue · comments

For example when using this with typescript I'm seeing the built dist/index.js source instead of the ts file.

image

For those that need it adding source-map-support and calling source-map-support/register before any of my code fixed the issue. You'll need to make sure typescript is outputting .js.map files though.