Skip to content

zhuchentong/restore-source-tree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restore-source-tree

Restores file structure from source map (only Webpack source map files supported)

Usage

> npm i -g restore-source-tree

> restore-source-tree --out-dir <OUT_DIR> <FILE>

修改内容

  • 在原版本的基础上修改了webpack注释导致无法生成文件的问题
  • 添加了 -r 命令支持第递归目录还原
  • 添加了对重复引用文件还原的过滤

使用方法

通过git远程安装

npm install -g https://github.com/zct1989/restore-source-tree.git

restore-source-tree -n -r -o ./output sourceDir

About

Restores file structure from source map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%