vercel / async-retry

Retrying made simple, easy and async

Home Page:https://npmjs.com/async-retry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package size increase after async-retry

prram opened this issue · comments

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.

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