Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 288 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 288 Bytes

unwebpack

unwebpack webpacked bundle

install

npm i -g unwebpack

usage

unwebpack unpack xxx.js path/to/folder [modules]

e.g. unwebpack unpack s.js /tom/targetFolder module1 module2

modules is your own code handler in folder modules, see 'modules/sm.js' for example.