Page 2 of 2

Re: VITE Support?

Posted: 15 Oct 2021, 09:31
by olek
For anyone finding this topic: the other issue with switching from vue-cli to vite with the templates is that original imports are mostly extension-less - this is not supported in Vite, you need to add the extensions (*.vue) manually.

Ref: https://github.com/vitejs/vite/issues/178

Re: VITE Support?

Posted: 18 Oct 2021, 08:35
by tugce.kucukoglu
Thanks for the sharing this link from here.

Regards,