An open API service indexing awesome lists of open source software.

https://github.com/jonluca/source-map-cloner


https://github.com/jonluca/source-map-cloner

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Source Map Cloner

This fetches the source maps from a website and creates the file structure locally

## Usage

```bash
yarn fetch-source
```

## Credits

Bits of utils and code taken from [webpacks source-loader](https://github.com/webpack-contrib/source-map-loader/blob/master/src/index.js)