vercel / async-retry

Retrying made simple, easy and async
https://npmjs.com/async-retry
MIT License
1.85k stars 53 forks source link

Package size increase after async-retry #78

Open prram opened 3 years ago

prram commented 3 years ago

adding async-retry into our package dependencies increases bundle size by 10kb.Any suggestions to reduce this size?

the way i am importing is import retry from 'async-retry'; the version of the package i am using is "async-retry": "1.3.1". Please let me know.

prram commented 3 years ago

did any one have any issue with this ? any suggestions to reduce the size? I see an increase from version 1.2.1 to 1.2.2 by 0.5 kb while i dont see much code in these versions. Should i just use the older version to benefit from the size increase