React Chrome extension issues with b64 encoding / rollup

We currently have a react chrome extension that has been flagged by the chrome webstore for code obfuscation. We extensively debugged the app and realized that the obfuscated code is being generated by Auth0 on build. On build the @auth0/auth0-react is encoding ‘rollup-plugin-web-worker-loader’ with base64 and adding it to our build which is not allowed by the chrome webstore. How can we prevent this from happening as it will mean that are chrome extension is removed from the chrome store if we don’t.

1 Like

Same issue with @auth0/auth0-vue. Stems from the @auth0/auth0-spa-js:

Thanks for replying tj100, how did you manage to update that to prevent this?