vitejs / vitejs/vite-plugin-react
Skip "generate phase" hooks during scan build
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 269
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 19
Description
https://github.com/cloudflare/workers-sdk/issues/10650 is a first instance of @vitejs/plugin-rsc breaking other plugins and this can be mitigated if we skip "output generation hooks" https://rollupjs.org/plugin-development/#output-generation-hooks for scan build.
Also it may be a time to try parallel build again https://github.com/hi-ogawa/vite-plugins/pulls?q=is%3Apr+is%3Aopen+parallel
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the scan build and how it invokes Rollup output-generation hooks, using the linked Cloudflare Workers SDK issue as the motivating case. Check whether the existing parallel-build discussion is relevant; done means scan builds no longer run those hooks without breaking other plugins.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rollup, typescript, vite
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100