How do you deal with mixing multiple .css and .js files into one which laravel mix used to do so far.
The new Laravel 9 comes with Vite.js installed and laravel mix removed. As the main function for which we mostly used laravel mix was to mix the files from the /resource folder into the /public folder (many files into one). How are you dealing with this or are you still using laravel mix along with Vite?