Results 2 issues of Toàn

First off, thank you for such amazing library. I've been using this lib for some small project, but the bug in #22 are so annoying that I decided to fix...

This PR is similar to #10110, but allow you to freely override any esbuild options, by passing specific option(s) or a callback. Example: ```js adapter: adapter({ ... esbuildOptions: { external:...