laravel / jetstream

Tailwind scaffolding for the Laravel framework.
https://jetstream.laravel.com
MIT License
3.98k stars 822 forks source link

[5.x] Convert array to single line format #1547

Closed reyberyturiaga closed 1 week ago

reyberyturiaga commented 2 weeks ago

Similar to https://github.com/laravel/breeze/pull/436 to make Vite config consistent across starter kits. The change is not applicable to Inertia stack since there's only a single entry point for it and it deviates from the default Vite config from fresh Laravel installation.