Vite Hot Reload not working on custom Filament Views
Saving changes in a resource 'app/Filament/Resources/(file).php' files triggers auto-reload in the browser,
But saving file in 'resources/views/livewire/(file).blade.php' don't.
I'm wondering what would be required to VITE watch the files inside 'app/resources/views/livewire' to bubble up the hot reload.
vite.config.js seems to be correct (otherwise it wouldn't be working for the resource files, I assume).
\vite.config.js
I've tried to add @vite directive onto the .blade.php view file to no avail, any suggestions would be most welcome.
But saving file in 'resources/views/livewire/(file).blade.php' don't.
I'm wondering what would be required to VITE watch the files inside 'app/resources/views/livewire' to bubble up the hot reload.
vite.config.js seems to be correct (otherwise it wouldn't be working for the resource files, I assume).
\vite.config.js
I've tried to add @vite directive onto the .blade.php view file to no avail, any suggestions would be most welcome.
