Bundle Size #160
davecarlson
started this conversation in
General
Bundle Size
#160
Replies: 4 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
+1 this lib is way to big |
Beta Was this translation helpful? Give feedback.
0 replies
-
According to Bundlephobia a change was made between 1.4.1 and 1.4.2 that massively increased the size the lib. I have a strong suspicion it's this commit. I wouldn't be surprised it broke tree shaking or something, although I'm not familiar enough with JS world to be certain. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I've not raised as an issue as it feels more like a discussion.
I've been analysing our next.js web app (compliles fully to static as all the data comes from an external API ), I notice the this moduel is quick high up on the size chart. Is this something others have seen? Actually only using it in 1 component, then using that component in 6 of the ~ 80 pages in the app:
The module is the middle large box on the left hand side :)
Beta Was this translation helpful? Give feedback.
All reactions