Align packages for different plugins #31789
Replies: 1 comment
-
Closing as I'm not working with gatsby anymore |
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.
-
Inside my web blog repo https://github.com/Beraliv/beraliv.dev I check usage of several packages.
I used up-to-date version of
gatsby@next
, please have a look at Beraliv/beraliv.dev#138 (below I include onlyblog
):gatsby-plugin-sharp
andgatsby-plugin-manifest
use differentsharp
version. why? Why don't align it with^0.28.1
(instead I see two packages ofsharp
which takes 46M instead of 23M 😔)@babel/core
:gatsby
inside use7.10.5
,7.14.0
and7.14.3
(if I didn't miss another version), which takes 42M instead of 14M 🤯). Why not align it too?Only these cases would save 50M, does it make sense?
Beta Was this translation helpful? Give feedback.
All reactions