I'm using a gulp build process that builds my source map after concatenating and uglifying my code, and I can get it working in Chrome so it de-compresses it back into the source files for viewing, but I if I get an error in my final code (e.g. 2:502421), how to I match that line/column number to the decompressed source files? Thanks!
Submitted September 15, 2018 at 09:30PM by justin2taylor
No comments:
Post a Comment