mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
Merge pull request #453 from clark800/webpack-fix
Fix webpack require failure due to "./" notation
This commit is contained in:
@@ -6,7 +6,7 @@ const url = require('url');
|
||||
const HttpsProxyAgent = require('https-proxy-agent');
|
||||
const LRU = require('lru-cache');
|
||||
const EventEmitter = require('events').EventEmitter;
|
||||
const RippleError = require('./').RippleError;
|
||||
const RippleError = require('./rippleerror').RippleError;
|
||||
const Amount = require('./amount').Amount;
|
||||
const RangeSet = require('./rangeset').RangeSet;
|
||||
const log = require('./log').internal.sub('server');
|
||||
|
||||
Reference in New Issue
Block a user