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
This package currently has 8.69 MB unpacked module size. Guess what? you have your code coverage also shipped via your npm build to users which makes the size of your module this huge.
A fix to this will be to use the files key in package.json to define the important files to be shipped to npm. this will reduce your unpacked size drastically.