反编译vue打包后的文件(带MAP文件)

https://www.npmjs.com/package/reverse-sourcemap

npm install --global reverse-sourcemap

reverse-sourcemap - Reverse engineering JavaScript and CSS sources from sourcemaps

Usage: reverse-sourcemap [options] 

  -h, --help               Help and usage instructions

  -V, --version            Version number

  -v, --verbose            Verbose output, will print which file is currently being processed

  -o, --output-dir String  Output directory - default: .

  -M, --match String       Regular expression for matching and filtering files - default: \.map$

  -r, --recursive          Recursively search matching files


Version 0.4.0


reverse-sourcemap -v js -o main

你可能感兴趣的:(反编译vue打包后的文件(带MAP文件))