Please make @formatjs/intl-displaynames an optional peer dependency of react-intl #4604
Closed
alexgleason
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
latest should have fixed this |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I would like to support only modern browsers in my project. Using
react-intl
forces me to download@formatjs/intl-displaynames
taking up a whopping 40 megabytes of bandwidth.This adds up in CI builds of my project, making it take way longer than necessary to build my project.
Since this is just a polyfill, I would like if it became an optional peer dependency. This makes sense, considering the size of it, the fact some people don't want a polyfill, and that even people who do want to use a polyfill might not want to use this specific polyfill.
Beta Was this translation helpful? Give feedback.
All reactions