How do deno devs bundle .js for browser projects? (SPAs, chrome extensions, etc)
Is the easiest option to tell
deno to emit a node_modules subdirectory so I can use esbuild? I'm trying to minimize configuration as much as possible.