-
We have an Angular application inside an Nx monorepo. I'd like to start using ESBuild as a builder for improved build speeds, but we are currently blocked by flag-icons. The following errors occur and…
-
### Describe the bug
Hi, I have followed the get started tutorial of vite. But I could not access the tutorial web page due to the following error
[ERROR] Must use "outdir" when there are multip…
-
### Is your feature request related to a problem? Please describe.
I am attempting to use the OTel auto instrumentation for Javascript, but non-built-in modules are not patched because I am bundlin…
-
### Describe your idea/feature/enhancement
I wish SAM templates supported esbuild as a BuildMethod in the MetaData field for Lambda Layers
### Proposal
I'm creating an official issue as it ha…
-
The `dap` package lacks support for ES modules, making it difficult to use with module bundlers like Vite. This can be fixed by adding the `module` field to `package.json` to specify the ES module en…
-
Any output of this will cause a crash
-
### Describe the bug
Hello,
we are trying to get our project (React 18, Node 18, TypeScript 5.2, Vite 4.5, Storybook 7.5) running in Storybook.
At startup it always runs into the following error in…
-
Hey @lukeed 👋 hope you're well!
It seems that [`esbuild@0.17.14`](https://github.com/evanw/esbuild/releases/tag/v0.17.14) added support for [TS 5.0 `const` type parameters](https://devblogs.microso…
-
### Describe the bug
Angular app fails on start with error `Class constructor ErrorHandler cannot be invoked without 'new'`
### Steps to reproduce
1. Have in app.module setup like in document…
-
This is a continuation of the task #16292, which you can refer to for more context and results of the initial work.
In it, we were able to improve tree shaking and reduce the number of side effects…