How to convert gulpfile.js from laravel 5.2 to Vite in laravel 10
I have a gulpfile.js file from laravel 5.2 used to build JS and CSS files for the laravel public/build folder. I’m trying to make this old project in laravel 10 using Vite but I have no idea how to build these vendor.js, app.js, vendor.css and app.css files using multiple vendor packages. Can someone help me to convert this to a vite.config.js file?
How to convert gulpfile.js from laravel 5.2 to Vite in laravel 10
I have a gulpfile.js file from laravel 5.2 used to build JS and CSS files for the laravel public/build folder. I’m trying to make this old project in laravel 10 using Vite but I have no idea how to build these vendor.js, app.js, vendor.css and app.css files using multiple vendor packages. Can someone help me to convert this to a vite.config.js file?