I just tried this when using Vite `6.3.2`. I include my scss using a import in a ts-file. Basically: ``` import './style.scss'; ``` When building my project I get this error: ``` The "path" argument must be of type string. Received undefined ``` No more details
I just tried this when using Vite
6.3.2. I include my scss using a import in a ts-file.Basically:
When building my project I get this error:
No more details