So I'm working with vue 2.7.14. Moving from webpack to vite. All my scss styles in every component (SFC) are not loading.
(If I put my scss files to load with vite.config.js inside the preprocesorOption, it will load and apply styles, but I want my components styles to be load in every component).
https://stackblitz.com/edit/vitejs-vite-n72kb6 ---> Minimal reproduction here. Check that styles in HelloWorld.vue component is not loading and if we put it inside the css in vite.config.js will load it.