• Stars
    star
    149
  • Rank 248,619 (Top 5 %)
  • Language
    JavaScript
  • Created over 6 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.