laravel-frontend-presets / tall

A TALL (Tailwind CSS, Alpine.js, Laravel and Livewire) Preset for Laravel
MIT License
2.42k stars 203 forks source link

add vite 3 support for Laravel 9 #115

Closed kustomrtr closed 2 years ago

danharrin commented 2 years ago

Can't work out why these tests are failing any clue?

cc/ @ryangjchandler

kustomrtr commented 2 years ago

@danharrin I think we're missing this: https://github.com/laravel/vite-plugin/blob/main/UPGRADE.md#update-test-helpers I will take a look at it later after work and run the tests locally, if all is good, I'll update the PR.

danharrin commented 2 years ago

Thanks for the pointer, that solved it, thanks @kustomrtr!