vitejs / vitejs/vite-plugin-react

Skip "generate phase" hooks during scan build

Open
#855 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

plugin: rsc
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.