Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lencioni/remote-source-map-explorer
Wrapper around source-map-explorer that works with remote URLs
https://github.com/lencioni/remote-source-map-explorer
Last synced: 3 months ago
JSON representation
Wrapper around source-map-explorer that works with remote URLs
- Host: GitHub
- URL: https://github.com/lencioni/remote-source-map-explorer
- Owner: lencioni
- Created: 2018-08-15T22:20:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T21:27:03.000Z (almost 3 years ago)
- Last Synced: 2024-09-19T10:38:54.499Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Wrapper around [source-map-explorer](https://github.com/danvk/source-map-explorer) that works with remote URLs.
Install:
```sh
npm install -g remote-source-map-explorer
```Use:
```sh
remote-source-map-explorer https://example.com/path/to/bundle-with-sourcemap.min.js
```