sun0day / vite-2.7-slow

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  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


Languages

Language:TypeScript 67.4%Language:CSS 20.2%Language:HTML 12.4%