Access project dependency through Deno API
Maybe I am solving the wrong problem here, but I want to copy a deno dependency into my esbuild bundle so that it can be accesable on the web. The specific dependency I want is
The idea was to mark it as external in the esbuild build and then just copy the dependency into the
svelte.The idea was to mark it as external in the esbuild build and then just copy the dependency into the
dist/ folder, see my build.ts file here: