javascriptesri

ESRI : Failed to parse source map


I am getting this error in the Google chrome developer console.

Failed to parse SourceMap: http://localhost:15132/Scripts/_External/igniteui/css/themes/infragistics/infragistics.theme.css.map

How do I fix it?


Solution

  • Chrome recently added support for source maps in the developer tools. If you go under settings on the chrome developer toolbar you can see the following two options:

    Chrome Developer Tools Source Maps

    If you disable those two options, and refresh the browser, it should no longer ask for source maps.

    These settings can be found here:

    Chrome Developer Tools Source Maps