This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Require ipfs.min.js #976
Labels
kind/support
A question or request for support
Comments
@lightninglu10 you can do require('ipfs/dist/ipfs.min.js') and that will expose an |
@lightninglu10 did it work for you? |
I didn't try it but will soon. |
Closing for now, let me know if it doesn't work :) |
This was referenced Oct 16, 2022
This was referenced Oct 16, 2022
This was referenced Oct 17, 2022
This was referenced Oct 17, 2022
This was referenced Oct 18, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: