-
Notifications
You must be signed in to change notification settings - Fork 298
Cannot include ipfs-api and ipfs-merkle-dag in the same page #366
Comments
Yes that is a current issue, we are working to resolve it here: ipfs/aegir#36 and ipfs/js-ipfs#431 The gist of it, is that we have a version without babel-polyfill but that creates other problems currently, which we are still looking into fixing before we can do a release without it. |
I have a similar problem with |
+1. having this problem trying to include both |
This will be fixed once #390 is merged and released |
No more transpilation in the latest releases. So you can go a head and use them together :) Please not that ipfs-merkle-dag was deprecated in favor of https://github.com/ipld/js-ipld-dag-pb/ |
🎉 |
Thanks, works fine now! 🚀 |
Unable to use both scripts in the same page. I assume this also affects other js-ipfs-* modules.
throws
Error: only one instance of babel-polyfill is allowed
The text was updated successfully, but these errors were encountered: