Hacker News new | ask | show | jobs
by seumars 1557 days ago
I meant bundling your code for production.
2 comments

Why would you need to do that for code running on Deno? It doesn't need to be sent over the wire.
Obviously not for server code. Example: serve 'src/app.js' uncompressed during development, and 'assets/app.min.js' during production.