How to prevent Firefox DevTools from showing “Source Map not found” errors?
I am using a couple of 3rd party minified Javascript files that have no .map file. When I am debugging in Firefox DevTools, it consistently shows these errors: Source map error: request failed with status 404 Resource URL: https://foo.domain.com/widgets/widgets.min.js Source Map URL: widgets.min.js.map This is really distracting since there are a number of these files and they really pollute the console. Is there anyway to turn these warnings off? You can disable source maps globally by going into the Toolbox Options of the Developper Tools and unchecking Enable Source Maps . You can also