esbuild_deno_loader
esbuild_deno_loader copied to clipboard
Deno module resolution for `esbuild`
Certain packages export different contents depending on the target platform for compilation. For example, there is a significant difference bundling @solid-js/web for the server versus the client, eg. https://esm.sh/stable/[email protected]/deno/web.js &...
When I configure [external](https://esbuild.github.io/api/#external) to be excluded from the bundle in my esbuilder config, they seem to be ignored when enabling the esbuild_deno_loader plugin. What I've done my local fork...
Because of the automatically registered "file" specifier, this conflicts with any defined loaders that also use file. For example following esbuild options: ```js { plugins: [...denoPlugins()], entryPoints: entryPoints, ... loader:...
Doesn't seem like it works with 1.23.1, but does with 1.37.1. With 1.23.1, the error I see trying to use this module is: ``` error: Uncaught SyntaxError: Export 'DenoLoaderPluginOptions' is...
## Steps to reproduce 1. Prepare the following files. ```typescript // a.ts import "./b.ts"; ``` ```typescript // b.ts export {}; ``` 2. Run esbuild a.ts in watch mode with esbuild_deno_loader....
I wanted to learn how to setup `esbuild` within Deno Deploy. I have tried the example as stated in the README but I keep getting the following errors ``` ReferenceError:...
I tried to run Tauri with Deno Fresh. So, I used deno_esbuild for compile to deno-fresh entrypoint file. And I used esbuild_deno_loader for module resolution. But, I failed. ```json:deno.json {...
Using `denoPlugins` with `esbuild.server` every reload of the page triggers a download of the imports. Is there a way to cache the modules? I tried with https://github.com/dalcib/esbuild-plugin-cache but doesn't seem...
… is not a valid url Esbuild on stdin fails because referrer is not a valid url