Hacker News new | ask | show | jobs
by geraldwhen 1587 days ago
If you build source maps this isn’t a problem.
1 comments

And if you're using nodejs woth source maps, but still getting horrid stacks: "--enable-source-maps"

> NODE_OPTIONS="$NODE_OPTIONS --enable-source-maps"