weegeeW
Denoβ€’3y agoβ€’
16 replies
weegee

How to bundle my project

I have a mod.js file that I wrote with Deno and I want to bundle it and it depends on bunch of other file

I ran esbuild mod.js --bundle --format=esm --outdir=dist and I try to use that in the browser but it doesn't download the dependecies
Screenshot_2023-10-19_at_12.13.01_am.png
Was this page helpful?