What Are Source Maps and How to Properly Use Them

You are debugging a web app for a client but the minified version of the JavaScript and CSS code makes it impossible to understand what statements the browser is actually executing.

You could break down the original code line by line in your editor putting some console.log() statements here and there, or try debugging it from its transformed state.

CategoriesUncategorized