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
since we're not using any importing functionality in verified-fetch, we should make sure our resulting bundle does not include ipfs-unixfs-importer (or others.. which can be handled in separate issue)
running npm why ipfs-unixfs-importer in helia-service-worker-gateway shows the following:
[email protected]
node_modules/ipfs-unixfs-importer
ipfs-unixfs-importer@"^15.2.4" from @helia/[email protected]
node_modules/@helia/unixfs
@helia/unixfs@"^3.0.1" from @helia/[email protected]
node_modules/@helia/verified-fetch
@helia/verified-fetch@"^1.3.0" from the root project
Can we explicitly remove ipfs-unixfs-importer during esbuild, or do we need to modify @helia/unixfs to export a "getter only" version?
The text was updated successfully, but these errors were encountered:
since we're not using any importing functionality in verified-fetch, we should make sure our resulting bundle does not include
ipfs-unixfs-importer
(or others.. which can be handled in separate issue)running
npm why ipfs-unixfs-importer
in helia-service-worker-gateway shows the following:Can we explicitly remove ipfs-unixfs-importer during esbuild, or do we need to modify @helia/unixfs to export a "getter only" version?
The text was updated successfully, but these errors were encountered: