Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"sourceMaps is null" in Firefox Developer Edition

In the debugging window of the developer console - I can see all my javascript resources listed, but in of them it just says sourceMaps is null.

The resources I'm trying to fetch are some minified jquery, and unminified, but consolidated javascript. The javascript does not contain a sourcemaps comment.

Any suggestions for how I'd resolve this?

like image 246
dwjohnston Avatar asked Oct 11 '17 03:10

dwjohnston


1 Answers

I had the same issue. I resolved it by updating the about:config settings

Open about:config

Search for devtools.source-map.client-service.enabled

The value of this option should be true. enter image description here

like image 183
Nabeel Avatar answered Feb 03 '23 23:02

Nabeel