https://github.com/marbemac/rollup-v4-bun-compat
https://github.com/marbemac/rollup-v4-bun-compat
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marbemac/rollup-v4-bun-compat
- Owner: marbemac
- Created: 2023-10-18T18:35:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T18:40:59.000Z (over 2 years ago)
- Last Synced: 2025-01-12T12:36:27.760Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Install bun: `curl -fsSL https://bun.sh/install | bash`
```
yarn
// works (node >= 18)
node main.mjs
// does not work (as of bun v1.0.6)
bun main.mjs
```