lemmon's avatar
Level 28

Has anyone migrated from Vite back to Laravel mix?

I installed Laravel 10 with Laravel breeze and blade starter kit. I migrated from Vite back to Laravel mix. I followed the directions given in Vite Plugin ReadMe.md I wonder haw a update of Laravel will be handled, does anyone have experience good or bad with migration from Vite to mix?

0 likes
5 replies
nexxai's avatar

I'm curious why you went back to Mix, considering that it basically hasn't been updated in 2 years and Vite is notoriously faster when it comes to compiling JS. I assume you have a specific reason for it, but I'm coming up blank as to what it might be.

lemmon's avatar
Level 28

@nexxai I am not familiar with Vite. I am used to mix. I am not going to use too much JavaScript only the stuff that comes with Alpine.js that is bundled with Breeze and Blade starter kit.

Oh my, so mix has not been updated maybe I should use Vite then. I will start over on this project I am doing and try to use Vite then.

krekas's avatar

If you only will use to compile some js with Vite nothing basically changes.

Please or to participate in this conversation.