Before Vite, using a build tool was my least favorite part of building anything. But now, whenever I want to build something, I just use Vite. Vite makes things very easy and intuitive. When I was building Swapy, I needed to test a few frontend frameworks. With Vite, it was as simple as adding the framework plugin, and it just worked. To make Swapy accessible to others, I needed to compile TypeScript and build it as both an ES module and a UMD module. With Vite, I just had to add a few lines of code, and it worked perfectly.