-
https://angular.io/guide/esbuild#for-existing-applications
https://stackoverflow.com/questions/77508160/custom-webpack-config-in-angular-esbuild
-
### What is the problem this feature would solve?
With the following build,
```ts
const result = await Bun.build({
entrypoints: ['index.js', 'second.js'],
naming: '[hash].[ext]'
})
```
This …
-
Compiling project in Angular 17 using esbuild the charts don't render. The following exception stack can be seen in chrome debug console.
ERROR TypeError: t is not a function
at main-FDVUKKK2.js:…
-
### Documentation issue
- [ ] Reporting a typo
- [ ] Reporting a documentation bug
- [x] Documentation improvement
- [ ] Documentation feedback
### Is there a specific documentation page you are…
-
If you're on Windows, and your `entryPoints` contain Windows's path character `\`, which work for esbuild, they won't match up with esbuild's internal naming. So nothing gets injected to the output ht…
-
### Describe the bug
Since I bought a subscription, I've spent 1,200,000 tokens on bug fixing the application I'm trying to create.
Bolt never launches npm Run dev
![image](https://github.com/use…
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
## Bug Report
Before I use serverless-esbuild to config loader for .graphql files but with serverless v4 it doesn't work.
**Current Behavior**
```
Offline [http for lambda] listening on http…
-
### Command
serve
### Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
_No response_
### Descrip…
-
### Extension sample
wasm-component-model
### VS Code version
1.94.2 384ff7382de624fb94dbaf6da11977bba1ecd427 arm64
### What went wrong?
To reproduce this issue just clone the repo
npm install …