Skip to content

ClassicOldSong/sourcemap-rewind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sourcemap-rewind

GitHub license npm

Rewind a compressed javascript to it's original project using sourcemap easily, such as your Borwserify project and Webpack project.


Usage

Make sure your packed js file and sourcemap are valid.

Use as a cli tool:

$ sudo npm install sourcemap-rewind -g
$ sourcemap-rewind -i app.js -o ./out

or

$ npm install sourcemap-rewind

then

const rewind = require('sourcemap-rewind');
rewind('Input/file/path.js','Output/directory/path');

License

MIT, © ClassicOldSong

About

Unpack javascript with sourcemap to it's original state

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published