-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
v3.2.3 is 20kb heavier than v3.2.2 #1488
Comments
It’s not even treeshaking. We just import the types in and not actual code.
…On Thu, Sep 19, 2019 at 6:28 AM Luca Barone ***@***.***> wrote:
As you can see from bundlephobia:
***@***.***
Maybe its ok like that (due to tree-shaking), but maybe something lurked
over?
Thanks in advance!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1488>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABQM36RQN4273OD72X36MDQKNH5TANCNFSM4IYJKVTA>
.
|
I see the difference in dependencies: in 3.2.3 there is new dependencies: @formatjs/intl-relativetimeformat and @formatjs/intl-utils |
Oh actually there was a copy-paste issue, I'm releasing a new version. https://unpkg.com/react-intl@3.2.4/dist/react-intl.min.js 3.2.4 should have the fix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As you can see from bundlephobia: https://bundlephobia.com/result?p=react-intl@3.2.3
Maybe its ok like that (due to tree-shaking), but maybe something lurked over?
Thanks in advance!
The text was updated successfully, but these errors were encountered: