What might cause Edge DevTools to show empty Source contents for some source-mapped files, and not others?

191 Views Asked by At

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:

Good

Bad:

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.

0

There are 0 best solutions below