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
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Hey guys, is there any way to require ipfs.min.js in javascript code?
I want to use IPFS in a package, but it won't bundle with webpack because of Uglify issues. In the past I've just included the CDN code in the browser, but I don't want to include any HTML in this package, just a pure JS package.