https://github.com/jonluca/source-map-cloner
https://github.com/jonluca/source-map-cloner
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonluca/source-map-cloner
- Owner: jonluca
- Created: 2022-06-16T20:32:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T20:53:17.000Z (over 1 year ago)
- Last Synced: 2025-03-29T11:51:43.509Z (about 1 year ago)
- Language: TypeScript
- Size: 251 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)