I have a Svelte project where I'm used to debug my .svelte files inside the web browser in dev tools.
Don't know what changed but now searching for svelte files returns the processed javascript files. The mapped files are there, but I'm really wondering what happened. I just want to hide those javascript generated files.
Heres a screenshot showing the "duplicate" files:
I even tried to recreate a simple vanilla Vite/Svelte/Typescript project and face the same behavior.
Thought it was a chrome issue, but when I start my project with "npm run preview" only the typescript file shows.
Really wondering where is the problem
