Vite is not building css file when scss file in Vue component is empty
I have some question about building Vue app with Vite.
Vite is not building css file when scss file in Vue component is empty or for e.g. has only empty selector.
Has anyone encountered such a problem? If so, how did you deal with it?