vitest icon indicating copy to clipboard operation
vitest copied to clipboard

fix: drop support for Vite 2

Open antfu opened this issue 1 year ago • 3 comments

Given the fact that Vite 3 is out for about two months and most of the ecosystem is finished upgrading, we could drop the compact range for Vite to allow non-vite usage always to install Vite 3 as the dependency.

antfu avatar Aug 29 '22 00:08 antfu

@antfu we might need to update the version on docs as well

dammy001 avatar Aug 30 '22 14:08 dammy001

@antfu will we still be able to use vitest with vite 2 ?

alexjidras avatar Sep 13 '22 14:09 alexjidras

@antfu will we still be able to use vitest with vite 2 ?

Technically Vitest will use your vite config, but will run in through Vite 3, so it will depend on your plugins mostly.

sheremet-va avatar Sep 13 '22 14:09 sheremet-va