1.0.0 • Published 6 years ago

@unibtc/better-source-map-unpack v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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.