Bundling #75
rossholdway
started this conversation in
General
Replies: 1 comment
-
Hi there - Denoflare's been around long enough that it was able to use At some point before Deno 2.0 ships, Denoflare will switch over to something like esbuild + esbuild_deno_loader |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello 👋
Firstly, thank you for creating Denoflare! I just wanted to ask about bundling. As I understand it, this is how Denoflare runs on Cloudflare Workers, by bundling the code on deploy (and polyfilling the Deno specific API)?
My question is, how is Denoflare doing this? Is it using ‘deno bundle’, and are there plans to move to something else seeing as this has been marked as deprecated for a while now?
https://docs.deno.com/runtime/manual/tools/bundler
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions