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