You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: Worker is not defined
at startRunningService (https://deno.land/x/[email protected]/wasm.js:1777:5)
at ensureServiceIsRunning (https://deno.land/x/[email protected]/wasm.js:1758:31)
at Module.build (https://deno.land/x/[email protected]/wasm.js:1734:26)
at file:///src/main.ts:8:30
I have tried using the v0.19.2 version of the wasm esbuild (which looks to give me a deno-ts error saying the versions are not compatible) as well as v0.17.19 not working.
I'm also seeing this error when trying to use esbuild on Deno Deploy.
ReferenceError: Worker is not defined at startRunningService (https://deno.land/x/[email protected]/wasm.js:1777:5) at ensureServiceIsRunning (https://deno.land/x/[email protected]/wasm.js:1758:31) at Module.build (https://deno.land/x/[email protected]/wasm.js:1734:26) at buildMain (file:///src/build.ts:6:32) at handler (file:///src/main.ts:12:29) at ext:deno_http/00_serve.js:442:28 at ext:deno_http/00_serve.js:647:29 at eventLoopTick (ext:core/01_core.js:183:11)
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 errorsI have tried using the
v0.19.2
version of the wasm esbuild (which looks to give me a deno-ts error saying the versions are not compatible) as well asv0.17.19
not working.Would like to know what I ought to do to resolve
link to repo here
link to deployed app here
The text was updated successfully, but these errors were encountered: