-
### Brief bug description
What went wrong?
After upgrading angular to v18 and using the new build system, which is esbuild instead of webpack, I see the following error.
```
▲ [WARNING] Call…
-
`npx convex dev -v --once` was showing a spinner with the message `Bundling modules for Convex's runtime...` and then ending without much indication of failure.
I monkey-patched the code under node…
-
### Environment information
```plain text
-
```
### Description
We want to be able to modify the "bundling" property of the NodejsFunction CDK definition so that we can customize how the lambda fu…
-
Since we currently only support Rollup, Vite, and Webpack 5, we want to expand our potential user base by expanding support to esbuild.
-
How does `esbuild` compare to `vite` in terms of build performance, simplicity, type safety, and ease of use?
-
lets go!
-
### Feature Description
Would love to see esbuild support. I tried adding it myself via esbuild-custom, but it looks like the templates aren't loaded through esbuild - at least `onLoad` isn't firing
…
-
Hey, thanks a lot for picking up the torch, I was a big fan of the original `ts-nameof` package and have used it extensively.
Recently, because `ts-node` is becoming increasingly obsolete, I consid…
-
### What area(s) will this request affect?
App, Extension
### What type of change do you want to see?
Substantial change to existing feature
### Overview
[Metafiles](https://esbuild.github.io/api…
-
Version: Deno 1.43.6
OS: Linux Mint 20
I have a custom `esbuild` command made of a `esbuild.js` script installed globally by deno. It worked well until I switched its import of esbuild from `https…