README
What is this?
Wrapper around source-map-explorer that works with remote URLs and chrome code coverage.
Install:
npm install -g source-map-explorer-remote
Usage
source-map-explorer-remote https://example.com/path/to/bundle-with-sourcemap.min.js
Usage with chrome coverage json:
source-map-explorer-remote https://example.com/path/to/bundle-with-sourcemap.min.js --coverage ./path/to/coverage.json
Example
remote-source-map-explorer
Difference withThis package use newer version of source-map-explorer
that supports chrome code coverage.