Bundling in Deno
I’ve been working on Deno for a while now, and one of the features I am proud of, which I wanted to share a bit more detail on, is how we do bundling.
Deno typically does all the heavy lifting for you. Modules are just URLs, so you don’t need any special tooling to include modules like a package manager. For example if you wanted to run a static web server, you would only need to do something like this: