Vite 2.7.x is much slower than vite 2.6.14. This example repository contains a couple of the dependencies that we use to illustrate the performance difference.
npm i
npm run dev -- --force
Use --force to always start without the cache
npm i -D [email protected]
2.6.14: 12, 7, 7, 6, 6
2.7.1: 46, 47, 46, 47, 48
2.7 is about 6.2 times slower.
2.6.14: 3, 4, 4, 4, 4
2.7.1: 7, 7, 8, 8, 6
2.7 is about 1.9 times slower.
Times rounded to nearest second.