quasarframework / quasar-testing

Testing Harness App Extensions for the Quasar Framework 2.0+
https://testing.quasar.dev
MIT License
180 stars 65 forks source link

Prepare for Vite 3 #246

Closed IlCallo closed 1 year ago

IlCallo commented 2 years ago

Vite 3.0 will probably be released around autumn/winter, judging by their public milestone on GH We should prepare for the upgrade, AFAIK Vite 3 will have quite some breaking changes (eg. drop Node 12) so I'm not sure if we'll able to support it during Qv2 lifecycle or if we'll need to wait for a bit

Let's keep an eye on https://github.com/vitejs/vite/discussions/7611

IlCallo commented 1 year ago

We already support Vite 3 since a while, we'll need to support Vite 4 when @quasar/app-vite will support it too