This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
feature: custom bundles #1144
Closed
Description
On apps that use js-ipfs I never use the HTTP API, but I believe that the ipfs-api
code always ends up in the bundle.
The same thing applies to some transports. For instance, I would like to have a bundle that does not include the Websocket or the WebRTC-Star transports.
In my case, the same applies to some IPFS features like DHT or the object API.
I would love to have the possibility of creating a custom js-ipfs bundle that does not contain code for features I don't intend to use.