1.0.2 • Published 2 years ago

@sabbirshouvo/un-source-map v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm version GitHub issues GitHub stars GitHub forks Twitter

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