- link your vite to this repo via
pnpm
{
"pnpm": {
"overrides": {
"vite": "link:../../vite/packages/vite"
}
}
}
- run
npm test
to see the perf result
you can check test code in
perf.spec.ts
, it will test the FCP time
Example repository of vite 2.7.x regression regarding development build speed
TypeScript
pnpm
{
"pnpm": {
"overrides": {
"vite": "link:../../vite/packages/vite"
}
}
}
npm test
to see the perf resultyou can check test code in
perf.spec.ts
, it will test the FCP time