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.
Require ipfs.min.js #976
Closed
Description
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.
Anyway to do this?