Skip to content

Benasin/webpack_unpacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An easy to use Webpack Unpacker

Installation

npm install -g webpack-unpacker

Usage

usage: wup [-h] [-d DIR] [sourceMapFilePath]

Webpack Source Map Unpacker

positional arguments:
  sourceMapFilePath  Source map file path

optional arguments:
  -h, --help         show this help message and exit
  -d DIR, --dir DIR  Specify the unpacked directory (default: current directory)

usage for multiple map files: find . -name "*.map" | wup [-d DIR]

Reference

https://spaceraccoon.github.io/webpack-exploder/

About

An easy to use command line Webpack Unpacker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published