Hacker News new | past | comments | ask | show | jobs | submit login

This is the reason why I've been separating recent projects into two webpack bundles.

I put all libraries into a common bundle, which I blackbox in the browser debugger. This way only frames from my own code show up in the stack by default, and the debugger won't step into library code.

This also makes stack traces very easy to visually parse, as you can pretty much ignore all the ones ending in "... (common.js)".




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: