You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue, eventually just restructured my project to have a src directory where I put all the files I wanted to be obsfucated. That's where the lib looks by default so you can ommit the filter field if your only use case is to define a custom path. This doesn't solve your issue if you have more complex needs tho..
Having issue while building:
npx react-native bundle --entry-file=index.js --bundle-output='./bundle.js' --dev=false --platform='android' --assets-dest='./android' --reset-cache --verbose
The number of constructor arguments in the derived class t must be >= than the number of constructor arguments of its base class.
Probably due to the old javascript-obfuscator dependency? can it be updated ?
The text was updated successfully, but these errors were encountered: