This pull request switches the front-end build tool from Laravel Mix to Vite for speedy build times. ✨
It also means that whenever you're working with Simple Commerce locally, you'll no longer need to symlink the resources/dist folder when running npm run dev.
This pull request switches the front-end build tool from Laravel Mix to Vite for speedy build times. ✨
It also means that whenever you're working with Simple Commerce locally, you'll no longer need to symlink the
resources/dist
folder when runningnpm run dev
.This was made possible by statamic/cms#6869.