Hacker News new | ask | show | jobs
by nacs 3902 days ago
> just minimize your code prior to production

In frontend JS code sure, but minifying backend node.js code is certainly not "best practice".

1 comments

Exactly. And if you did, you would have to look at source maps to decode your stack traces.