source-map-unpack

Unpack 🛍 your JS source maps 🗺 to original files and folders.


Keywords
source map, source-map, unpack source maps, recreate source maps, source map to original structure, minification, source-maps, unpacker
License
MIT
Install
npm install source-map-unpack@0.0.5

Documentation

npm version Twitter

CLI to unpack 🛍 your JS source maps 🗺 to original files and folders.

Usage:

  1. npm install -g source-map-unpack
  2. 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.