Using basic javascript-obfuscator breaks Android --prod but not IOS

I would have liked to use the free javascript-obfuscator tool to protect my app:

I implemented the webpack extension and chose the low obfuscation options for optimal performance:

It works great on IOS devices, but on Android --prod it breaks.

Anyone else found ways to obfuscate successfully on Android?