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.
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.