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
While I can not figure out the root cause of this issue. I have come up with a work around by import the webpack-obfuscator on runtime, doing that making the Firebase deployment works seamlessly
Expected Behavior
webpack-obfuscator
andjavacript-obfuscator
should be working on Firebase deployment without issueCurrent Behavior
My firebase functions are deployed correctly unless I import
webpack-obfuscator
orjavacript-obfuscator
Always produce error
Steps to Reproduce
webpack-obfuscator
firebase emulators:start
to test the function, it working properlyfirebase deploy
the functions can not be deployedEnviroment
Reference
I have taken a look at these issues, but either they are outdated or not work
cc: @sanex3339 since you found a bug in loader ( but it was 3 years ago )
The text was updated successfully, but these errors were encountered: