Top "Source-maps" questions

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

what are the .map files used for in Bootstrap 3.x?

There are two files included in the CSS folder with .map file extensions. They are: bootstrap-theme.css.map bootstrap.css.…

twitter-bootstrap-3 source-maps
How do I generate sourcemaps when using babel and webpack?

I'm new to webpack, and I need a hand in setting up to generate sourcemaps. I'm running webpack serve from …

javascript webpack build-process babeljs source-maps
How to use JavaScript source maps (.map files)?

Recently I have seen files with .js.map extension shipped with some JavaScript libraries (like Angular), and that just raised …

javascript source-maps
Disable source maps in Chrome DevTools

Is there a quick way to switch from the jsx code shown in Chrome DevTools to the raw ES5 and …

javascript google-chrome google-chrome-devtools source-maps
file is being assigned a //# sourceMappingURL but already has one

I just notice Firefox console outputs the following error for every single .js/.coffee file in my project (even the …

javascript firefox meteor source-maps
Google Chrome "Failed parsing SourceMap" : css.map (Web Essential)

Visual Studio 2013 UP5 + Web Essential's (v. 2.6.36) generated css.map files are invalid in "Google Chrome", however it is valid in "…

css google-chrome less source-maps web-essentials
How to disable source maps for React JS Application

My react folder structure is as below I've not used the create-react-app version. I tried using GENERATE_SOURCEMAP=false. But …

node.js reactjs source-maps
"Unknown provider: aProvider <- a" How do I find the original provider?

When I'm loading the minified (through UglifyJS) version of my AngularJS application, I get the following error in the console: …

angularjs google-chrome uglifyjs source-maps
Debugging typescript with source maps and webpack

I have project written in Typescript and I want to be able to debug it (either in Chrome Dev Tools …

debugging typescript intellij-idea webpack source-maps
Source maps files in production - Is it safe?

I'm using UglifyJS to minify and uglify my sources, and Sentry to report errors from my production environment. In order …

javascript uglifyjs sentry source-maps raven