-
We already employ ESBuild in creating the bundle for our tests, which gets us in the strange situation where the testing of the bundle is happening on a version that we never produce 🤡
Most of the…
-
### What problem does this feature solve?
我使用 father 打包前端代码,输出为 umd,因此用 webpack 打包。项目使用了 unocss,之前使用都正常,功能满足预期。
unocss 的 webpack 插件(`@unocss/webpack`)[从 `v0.59.0` 开始改为 ESM-only](https://unocss.d…
-
[ERROR] Could not resolve "react/jsx-dev-runtime"
_mdx_bundler_entry_point-038a9fb5-ba3e-4ce1-96d1-cb203a5f4974.mdx:2:55:
2 │ import {Fragment as _Fragment, jsxDEV as _jsxDEV} from "rea…
-
# bug
With `await esbuild.stop()`, deno test still detect resource leaks
## reproduce
`/tmp/reproduce/x.ts`
```ts
import * as esbuild from 'npm:esbuild@0.23.1'
const __filename = '/tmp…
-
Yeah I was going to comment that we should include that macro here
https://github.com/bazelbuild/rules_nodejs/blob/stable/packages/esbuild/test/plugins/BUILD.bazel#L21-L37
-
Getting the target via the query params seems to work...
`curl https://esm.sh/yaml@2.4.5\?target\=es2015`
however, using the user agent does not seem to work
`curl https://esm.sh/yaml@2.4.5 -H Us…
-
https://github.com/elastic/eui/blob/58b9ca3/src/components/icon/icon.tsx#L627-L633
Here the module paths is constructed by string concatation to satisfy webpack. But vite/rollup has an opposite lim…
-
compiling `pnpm` fails on a fresh install
```sh
cd pnpm
git rev-parse --short HEAD
# --> 8810b54
pnpm run compile
# --> sh: esbuild: command not found
( cd packages/pnpm; pnpm i -D esbuil…
-
Published to npm registry under version 0.0.1
Now, it is possible to `yarn add @nathanjhood/esbuild-scripts`.
Reason: the package was not installing correctly when acquired over git.
The prob…
-
Based on https://semver.org/#how-do-i-know-when-to-release-100
I feel like the API is *stable enough* across versions, and it's used in production in a vast number of projects, companies and packag…