source-map-unpack
source-map-unpack copied to clipboard
Unpack 🛍 your JS source maps 🗺 to original files and folders.
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.