source-map-cli icon indicating copy to clipboard operation
source-map-cli copied to clipboard

CLI for source-map tool

Results 3 source-map-cli issues
Sort by recently updated
recently updated
newest added

Hi there, I am trying to resolve an error on an Angular 15 prod build `source-map resolve main.c15d80c6dc61f528.js 1 23044` But it gives me the error: Could not resolve mapping:...

Hello, Thanks so much for making this tool, it really comes in handy! Most of the time it's working perfectly but on some files it always returns the error `Could...

When the source map does not contain `sourcesContent` property the app crashes with: ``` Could not resolve mapping: Cannot read properties of null (reading 'split') ``` This can be easily...