webpack-obfuscator
webpack-obfuscator copied to clipboard
hashes are breaking chunk loading when using "split strings" or "medium" preset
Doesn't matter what I try, but when I either:
- enable split strings or
- set the preset to medium level,
the hashes change and break chunk loading.
default preset seems to work though, but string splitting is required for my use case
webpack: 5.72.0 webpack-obfuscator: 3.5.1
EDIT:
It seems it's regressed since this fix was made https://github.com/javascript-obfuscator/webpack-obfuscator/issues/108
When I install version webpack-obfuscator:3.3.0 everything works fine. The latest version doesn't work
This is specifically for the plug-in use case