-
I'm trying to run like this
node - esbuild-register ./script/some.ts
it breaks when hits a .css file
```jsx
node_modules/emoji-mart/css/emoji-mart.css:1
.emoji-mart,
^
SyntaxError: Unex…
-
while migrating from `ts-jest` to `esbuild-jest` we noticed there's an issue with source maps.
source maps when debugging (vscode/webstorm) and error logs are off by lines.
we had to migrate back to…
-
**Describe the bug**
I'm following [these instructions](https://github.com/suren-atoyan/monaco-react#use-monaco-editor-as-an-npm-package) in a new Vite `react-swc-ts` application, and I noticed that …
-
We're looking at migrating from webpacker to jsbundling-rails + esbuild. Any ideas on how to use `rails-erb-loader` with esbuild?
-
https://github.com/firebase/firebase-tools/blob/f4581809c3af60fe58c10a143df0679f76d4b216/src/deploy/functions/runtimes/node/index.ts#L162-L171
By adding `NODE_OPTIONS: process.env.NODE_OPTIONS`, we…
-
Sorry, didn't really spend that much time investigating so the question might be silly but...
Isn't esbuild fast not just because it's parsing mechanism is optimized but also cause it's a native prog…
-
### Describe the bug
When running `pnpx storybook dev` I get an error:
```
SB_CORE-SERVER_0002 (CriticalPresetLoadError): Storybook failed to load the following preset: @storybook/react-vite/preset…
-
### Describe the bug
When trying to install Tailwind/Postcss on my existing Storybook 7.6.17 project, adding the '@storybook/addon-styling-webpack' add on causes storybook to crash with message:
…
-
### Problem
I was tracking https://github.com/esbuild-kit/tsx/issues/330 closely and was very happy for you to fix it with https://github.com/esbuild-kit/tsx/pull/337 and release so quickly, but I ju…
-
### What version of Bun is running?
1.0.3
### What platform is your computer?
Darwin 23.0.0 arm64 arm
### What steps can reproduce the bug?
```
bun install esbuild@^0.19.4
bun run esbuild
```
…