bundle Core as ESM & CJS
Open
- Dominant language
- TypeScript
- Stars
- 14.4k
- Forks
- 672
- PR merge metrics
- No merged PRs in 30d
Description
use `esbuild` or `tsup` to bundle core as both ESM and CJS modules, and set `type: module`. Currently is just a CJS bundle.
Contributor guide
Research direction
Start by inspecting the existing core CJS bundling configuration and package metadata. Compare the esbuild and tsup options for producing both ESM and CJS outputs; the work is done when both bundles are generated and the package uses type: module.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100