Aslemammad/vite-plugin-cloudflare

More esbuild options!

Closed this issue ยท 7 comments

Feedbacks are welcome :)

Great package! Exactly what I was looking for.
I would like to have source maps.

Thank you!
Can you send a PR for that?

@TorbjornHoltmon Now you can have source maps both in dev/build with --sourcemap flag!

I'd like to add more options as you wish!

I think loaders would be good to expose ๐Ÿ™‚

Sure, How would you want the API to be?

I think same as what esbuild has.

I recommend keeping anything you add to be as close to esbuild. Would make it easier for folks, I think :)