0.0.5 • Published 4 years ago

source-map-unpack v0.0.5

Weekly downloads
43
License
MIT
Repository
github
Last release
4 years ago

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.