https://github.com/btd/esbuild-bug
https://github.com/btd/esbuild-bug
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/btd/esbuild-bug
- Owner: btd
- Created: 2022-03-04T08:22:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T08:23:41.000Z (over 4 years ago)
- Last Synced: 2025-02-28T07:44:55.715Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```