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
The way we're generating ESM right now transpiles src into ESM which exports the required interfaces for performing geo-ip lookups. This works well for all agents that support module types and allows import/export syntax (e.g. browsers, node, etc) (except for the dependency issues in #100).
This relates to:
The way we're generating ESM right now transpiles src into ESM which exports the required interfaces for performing geo-ip lookups. This works well for all agents that support
module
types and allows import/export syntax (e.g. browsers, node, etc) (except for the dependency issues in #100).However, this takes away the ability to tree-shake the module when
ipfs-geoip
is included as a dependency to sayipfs-webui
because we're unable to bundle this properly. e.g. https://github.com/ipfs-shipyard/ipfs-geoip/actions/runs/3287072521/jobs/5415859864#step:5:124AI:
Would love to hear thoughts on this @SgtPooki, @lidel
The text was updated successfully, but these errors were encountered: