Top "Source-maps" questions

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

How to combine TypeScript code and JS libraries into one file with source maps?

I can successfully compile my TypeScript project into a single JS file with source maps using something like this: tsc …

javascript typescript uglifyjs source-maps
Chrome not loading CSS source maps?

Until recently, my Chrome browser was loading CSS source map files correctly. Now, it is not. The setting is on: …

css google-chrome web-essentials source-maps
How to get Chrome to reload source maps?

I am on Chrome Dev 27, and in the Dev Tools settings checked Disable cache. When I reload a page, Chrome …

google-chrome coffeescript source-maps
Load separate sourcemap file in chrome dev tools

Is it possible to load an external source-map file (JSON), not included in the minified JS file used on a …

javascript google-chrome source-maps
How to configure sourceMaps for LESS using Grunt?

I'm using grunt 0.4.2 and grunt-contrib-less 0.9.0. I want my LESS to be compiled into CSS with support for source maps. My …

css less gruntjs source-maps
Sourcemaps are detected in chrome but original source is not loaded, using webpack-2

When running an application that is built using webpack 2, sourcemaps are detected in chrome but original source is not loaded. …

google-chrome webpack source-maps webpack-2
How to add JS source map into Chrome devtools?

My deployed JavaScript application raises an exception. The Javascript code is obfuscated. I would like to know, which line in …

javascript google-chrome-devtools remote-debugging source-maps
Deobfuscation of minified JS with source maps

Can source maps help to deobfuscate the code that was previously minified with Closure/Uglifyjs? Are there real obstacles in …

javascript minify source-maps deobfuscation
How to configure grunt-contrib-less to generate source maps compatible with Chrome DevTools?

The question title pretty much says it all. I don't know how to configure the grunt-contrib-less task that now supports …

less google-chrome-devtools source-maps grunt-contrib-less
Gulp + browserify + 6to5 + source maps

I'm trying to write a gulp task allowing me to use modules in JS (CommonJS is fine), using browserify + 6to5. …

gulp browserify source-maps babeljs