Laravel – using Vite for compiling and versioning SCSS, JS and static assets
I'm using blade with Vite for front-end and I want Vite to handle and version all of my .scss,.js, and static assets files this is from the documentation : import { defineConfig } from 'vite'; import laravel from 'laravel-vite-plugin'; export…