Skip to content

Example repository of vite 2.7.x regression regarding development build speed

Notifications You must be signed in to change notification settings

sun0day/vite-2.7-slow

 
 

Repository files navigation

  1. link your vite to this repo via pnpm
{
   "pnpm": {
      "overrides": {
        "vite": "link:../../vite/packages/vite"
      }
  }
}
  1. run npm test to see the perf result

you can check test code in perf.spec.ts, it will test the FCP time

About

Example repository of vite 2.7.x regression regarding development build speed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.4%
  • CSS 20.2%
  • HTML 12.4%