Results 43 comments of intrnl

it's primarily about caching. when your application code and its dependencies is bundled into one, users will have to keep downloading everything even though only your app code changes. so...

Tree shaking might be problematic yeah, which is quite the tradeoff Would've liked to say that devs should only be specifying manual chunks for things that can't be tree shaken,...

Coming from the JSX automatic runtime thing, can the transform API use plugins or is it something that's only for builds?

I think converting the plugin function to string would work the same way and should avoid the need for esbuild to resolve files on its own, though that could mean...

#647 proposes onTransform hooks that runs after onLoad but before any transformation by esbuild itself

Would be nice if we can set a layout in the base pages directory :+1:

The resolver method should also be passed when resolving nested dependencies, currently the following case is impossible to do: Let's say that the project root is also aliased to `~`...

as `Suspense` is in `preact/compat`, it follows React's behavior as to how it works, and that should pretty much answer the question as to why things behaves as it is...

The former is okay, the latter is a nice topping on top.

might want to do it on [BandagedBD ](https://github.com/rauenzi/BetterDiscordApp) repository instead.