@unibtc/better-source-map-unpack
v1.0.0
Published
Unpack ๐ your JS source maps ๐บ to original files and folders fast with clustering!.
Downloads
5
Maintainers
Readme
CLI to unpack ๐ your JS source maps ๐บ to original files and folders.
Usage:
npm install -g source-map-unpack
unpack <project-folder> <path-to-sourcemap>
For example:
unpack egghead js/egghead-bundle.js.map
Note:
The original minified file should be placed according to the path in sources map's file
variable.