An open API service indexing awesome lists of open source software.

https://github.com/btd/esbuild-bug


https://github.com/btd/esbuild-bug

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Regression in esbuild

```sh
npm ci

node index.js
# will output

npm run bundle
# executes esbuild index.js --bundle --outfile=out.js --format=esm

node out.js
# fail
```