Copy static files
Open
- Dominant language
- TypeScript
- Stars
- 11.3k
- Forks
- 275
- PR merge metrics
- No merged PRs in 30d
Description
Would be a useful feature if you're building a browser extension, you may want to copy `manifest.json` and other static files to the `dist` folder.
Contributor guide
Research direction
Start by tracing tsup's build output flow and how files reach the dist folder; the issue specifically names manifest.json and other static files. Confirm the expected browser-extension use case and define done as copying those static files into dist during a build.
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
- 35/100