You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to update to 9.0.0 we noticed that the bundle size of jsonwebtoken had increased quite a lot, making a small app of ours exceed a max size limit at a cloud platform.
It seems to us at least that it might be due to importing the whole lodash package in package.json instead of just the functions used, introduced in this commit: ecdf6cc
I realise this doesn't necessarily fit all that well under "bug", sorry in that case.
Reproduction
Here's two screenshots from bundlephobia comparing 8.5.1 vs 9.0.0
8.5.1:
9.0.0:
Environment
Version of this library used: 9.0.0
tyhopp, borg-z, foloinfo, joshdotblack, faheel and 6 more