Skip to content
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
@nycoliver

Description

@nycoliver

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions