React with Vite v5 does not code split SCSS files into multiple CSS chunks in production build
I want to enable CSS code splitting with my .scss
files using Vite, but for some reason it only works in dev and when I do a production build, I only get one index.css
file.