source-map-explorer-remote
v1.0.5
Published
Wrapper around source-map-explorer that works with remote URLs and supports chrome code coverage json
Downloads
4
Maintainers
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
Difference with remote-source-map-explorer
This package use newer version of source-map-explorer
that supports chrome code coverage.