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.