This repository was archived by the owner on Mar 10, 2020. It is now read-only.
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Cannot include ipfs-api and ipfs-merkle-dag in the same page #366
Closed
Description
Unable to use both scripts in the same page. I assume this also affects other js-ipfs-* modules.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Test</title>
<script src="https://npmcdn.com/ipfs-api/dist/index.min.js"></script>
<script src="https://npmcdn.com/ipfs-merkle-dag/dist/index.min.js"></script>
</head>
</html>
throws Error: only one instance of babel-polyfill is allowed