I suddenly began having a problem with Edge DevTools this morning not displaying source (source tab is empty) for some source-mapped files, but showing it fine for others.
Good:
Bad:
Any ideas what might cause this? I tried disabling source maps, then reenabling. I tried shutting Edge down completely, then restarting, nothing is working. Chrome DevTools works just fine.
My project is using Svelte
which uses rollup
. I can see the browser get the bundle.js.map
file and it does show my original files under src
, so it's getting the map.