javascript-obfuscator / webpack-obfuscator

javascript-obfuscator plugin for Webpack
https://github.com/javascript-obfuscator/javascript-obfuscator
BSD 2-Clause "Simplified" License
856 stars 84 forks source link

Order plugin execute #98

Closed alexhome82 closed 3 years ago

alexhome82 commented 3 years ago

Webpack5: TerserPlugin runs later than WebpackObfuscator, can you tell me how to change the execution order? Since minification essentially shouldn't be done after obfuscation.

sanex3339 commented 3 years ago

Released as 3.3.0. Please try it.