interledger-deprecated / ilp-core

Core ILP module — handles ledger abstraction and quoting
Other
8 stars 5 forks source link

browser compatibility for webpack #16

Open diminator opened 8 years ago

diminator commented 8 years ago

When using in the browser in webpack, I have some import errors - probably due to node-specific libs such as ws and ed25519

import { Client } from 'ilp-core'

const client = new Client({
  type: 'bells',
  auth: {
    account: 'https://red.ilpdemo.org/ledger/accounts/alice',
    password: 'alice'
  }
})
Uncaught Error: Cannot find module "."
webpackMissingModule @ client.js:22
Client @ client.js:22