Top "Source-maps" questions

A source map allows a JavaScript debugger to map line and symbol information from a transformed (eg.

Compile LESS files with source maps

How can I compile a LESS file to output a source map file (.css.map) in addition to a CSS …

css compilation less source-maps lesscss-resources
How to add sourcemap in React Native for Production?

I received error log like the following while the app crashed: Fatal Exception: com.facebook.react.modules.core.JavascriptException: onSelect …

reactjs react-native source-maps
Less/Sass debugging in Chrome Dev Tools/Firebug

How do you guys do maintenance on CSS built with Less/Sass? One of the things I like about Dev …

css sass less source-maps
What MIME type should I use for JavaScript source-map files?

I want to add source maps to my site, but I'd like to exercise some control over how they're served. …

javascript html http source-maps
How to generate sourcemaps in create react app?

I'm wondering how to generate source maps in create-react-app? are they done implicitly? and do they live in the build …

javascript reactjs create-react-app source-maps
Source Maps not working with Webpack

I'm pretty new to webpack and having some trouble configuring it to produce the necessary source maps. In the devtools …

webpack google-chrome-devtools babeljs source-maps
Grunt concat + uglify with sourcemaps

I use concat to merge JS files into one file and uglify to minimize the JavaScript. How can I create …

gruntjs source-maps grunt-contrib-concat grunt-contrib-uglify
How do I toggle source mapping in Safari 7?

The Safari 7 inspector is marvelously line-mapping compiled javascript back to the coffeescript it came from. There are times, though, when …

safari source-maps safari-web-inspector
TypeScript source map files don't work with Chrome

I'm trying to get TypeScript source debugging working in Chrome, but I'm running into two specific and perhaps related problems. …

google-chrome typescript web-essentials source-maps
How do I enable source map support in Firebug?

I've been using Chrome for a good while now, and you have to explicitly enable souce map support in the …

firefox firebug source-maps