stacktrace.js icon indicating copy to clipboard operation
stacktrace.js copied to clipboard

Angular source map location detection failure

Open buu700 opened this issue 7 years ago • 0 comments

Running my Angular CLI project (Angular 4.1.3, CLI 1.0.3) on Chrome 58, stacktrace.js gets confused about the locations of the relevant source map files.

Instead of requesting the correct paths (/main.js.map, /vendor.js.map, etc.), it sends out a handful of failed requests for what appear to be the names of my original TypeScript source files with the extension changes to .js.map, before giving up and returning a non-source-mapped stack trace.

buu700 avatar May 18 '17 21:05 buu700