Skip to content
This repository was archived by the owner on Aug 23, 2021. It is now read-only.

perf: reduce bundle size #64

Merged
merged 1 commit into from
Jul 19, 2019
Merged

perf: reduce bundle size #64

merged 1 commit into from
Jul 19, 2019

Conversation

alanshaw
Copy link
Member

This reduces the bundle size significantly by excluding CID and Multiaddr classes from the bundle.

BREAKING CHANGE: Responses that used to contain CID and Multiaddr instances now contain their string form. If you need utilities from CID or Multiaddr classes, import them into your application bundle and pass response values to them.

This reduces the bundle size significantly by excluding CID and Multiaddr classes from the bundle.

BREAKING CHANGE: Responses that used to contain CID and Multiaddr instances now contain their string form. If you need utilities from CID or Multiaddr classes, import them into your application bundle and pass response values to them.
@alanshaw alanshaw merged commit 05d4d07 into master Jul 19, 2019
@alanshaw alanshaw deleted the perf/reduce-bundle-size branch July 19, 2019 13:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant