I'm getting this error when launching my project with this plugin enabled.
I tried turning off all my other plugins to see if it will work and it still throws up the same error.
Weird, that usually only happens on mobile. It's because of a browser that doesn't support null-coalescing assignment, which I use pretty liberally in my plugins unfortunately. It's client-end so there's no way for me to fix it besides not using those operators at all, which I'd rather not do since they're a really handy ES2020 feature.