@sabbirshouvo/un-source-map
v1.0.2
Published
Unpack your JS source maps to original files and folders in a proper way.
Downloads
2
Maintainers
Readme
Un-Source-Map (unmap)
CLI to Unpack your JS source maps to original files and folders in a proper way.
Install
npm:
npm install -g @sabbirshouvo/un-source-map
yarn:
yarn global add @sabbirshouvo/un-source-map
Usage
unmap [options] [source]
source
is a required parameter, it can also be a directory.
If source
is a directory, unmap
will traverse all the files in this directory and deal each file.
Examples
unmap bundle.js.map
unmap bundle.js.map -o app