Unpack a JavaScript Source Map back into a filesystem structure
npm install @fefortunato/unmap
Unpack a JavaScript Source Map back into a filesystem structure.
``shell`
npm install -g unmap
`console
Usage: unmap [options] lib.js.map [lib2.js.map [...]]
Options:
--help Print this help message
--version Print version
--sourceRoot string Override "sourceRoot" field
--output path Output directory (default: current directory)
``
Copyright 2019–2020 Christopher Brown.
MIT Licensed.