Laravel 11 Vite manifest.json being placed in /.vite/public.build folder instead of public/build
I’m working on a Laravel 11 project with Vite for asset bundling. Everything seems to work fine (HMR works and the assets are compiling), except for the fact that Vite is placing the manifest.json file inside a .vite directory (e.g., resources/build/.vite/manifest.json) instead of the expected public/build/manifest.json.