-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
intl-tel-input consumes 80% of bundle size of library in case of passwordless is enabled #660
Comments
Hey @komarovalexander which version of the SDK are you using? The passwordless recipe is not 105kb (for production builds). The size was reduced in version >= 0.30.0. |
Hi @rishabhpoddar I have create-react-app I found that passwordless is the reason of big size:
If I remove passwordless I have: as I have contactMethod: 'EMAIL', is there a way not to include intl-tel-input to the main bundle of my app? as you can see it consumes 423kb |
Right i see. There is no way to remove that library at the moment, unless you fork and remove it yourself and use that instead. I'll keep this issue open until we can come up with a better fix. |
is there any solution for this? supertokens-auth-react is taking 80% of my bundle size |
@kartojal which version of the supertokens-auth-react SDK are you using? |
hi team intl tel input has size 423kb, which is more than 80% of size the whole library. In my case we do not need phone authorization
is there a way not to include intl-tel-input? or make it as lazy component?
thanks!
The text was updated successfully, but these errors were encountered: