Level 1
If you go to chrome developer tools, you should have like vite:// or webpack:// expand it and see the files.
I want to see the source file while debugging on Google Chrome Developer Tools instead of the generated CSS file. I use Vite for asset bundling and running npm run dev locally.
Please or to participate in this conversation.