stacktracify icon indicating copy to clipboard operation
stacktracify copied to clipboard

CLI to make unreadable production stack traces readable using source maps

Results 3 stacktracify issues
Sort by recently updated
recently updated
newest added

This is a PR to support multiple source-map files (support for resolving stacktraces based on webpack chunks, eg. Angular etc.) Solves: https://github.com/mifi/stacktracify/issues/4 **Please Notice:** I did feature-creep a bit, while...

It would be very useful if you could provide a folder of sourcemaps, that way you don't have to run the command for each file in chunked build scenarios.

enhancement

Like [source-map-cli](https://github.com/gabmontes/source-map-cli) does: ``` Maps to source.js:2:10 (baz) return baz(bar); ^ ```

enhancement