<!-- DO NOT THROW THIS AWAY --> <!-- Fill out the FULL versions with patch versions --> - Laravel Vite Plugin Version: 0.5.0 - Laravel Version: 9.21.4 - Node Version: 18.3.0 - NPM Version: 8.11.0 - Host operating system: macOS Monterey 12.4 - Web Browser & Version: Chome 103.0.5060.114 (arm64) - Running in Sail / Docker: No (Valet) ### Description: HRM hot file use IPv6 while vite devserver running on IPv4 <img width="1113" alt="image" src="https://user-images.githubusercontent.com/1808758/180252591-6d9f4a9e-871e-40e2-bfac-40cb184f9994.png"> The URL inside `public/hot` file: `http://::1:5173` <img width="649" alt="image" src="https://user-images.githubusercontent.com/1808758/180252341-599ef298-f357-462e-a46d-2c52eb617d5c.png"> ### Steps To Reproduce: Upgrade from 0.4.0 and vite 2.9.9, then starts the dev server with `npm run dev`