ethereum-attestation-service / eas-sdk

Ethereum Attestation Service - TypeScript/JavaScript SDK
MIT License
83 stars 38 forks source link

Cherry-pick lodash method for smaller browserify/rollup/webpack bundles. #62

Closed kristoferlund closed 9 months ago

kristoferlund commented 9 months ago

Hi @lbeder!

When using sdk with Vite, lodash consumes a large chunk of the final bundle. This PR should fix that.

image
lbeder commented 9 months ago

Nice catch 👍!