debiprasad's avatar

How to debug the SCSS source while using Vite with Laravel?

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.

0 likes
1 reply
LielZ's avatar

If you go to chrome developer tools, you should have like vite:// or webpack:// expand it and see the files.

Please or to participate in this conversation.