Open scottstirling opened 3 years ago
Handy utility, undoes common obfuscation techniques and makes the src more readable: https://github.com/shapesecurity/unminify
Adds about 100k more lines of code to the resulting output of main.js ... but definitely helps.
$ npm install -g unminify $ npx unminify src/main.js > /tmp/main-unmin.js
$ npm install -g unminify
$ npx unminify src/main.js > /tmp/main-unmin.js
Handy utility, undoes common obfuscation techniques and makes the src more readable: https://github.com/shapesecurity/unminify
Adds about 100k more lines of code to the resulting output of main.js ... but definitely helps.
$ npm install -g unminify
$ npx unminify src/main.js > /tmp/main-unmin.js