mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
Rework config.js to not be add to web pack.
This commit is contained in:
committed by
Stefan Thomas
parent
c67fed248e
commit
9b01b0a60a
@@ -8,6 +8,8 @@ var amount = require("../src/js/amount.js");
|
||||
var Amount = require("../src/js/amount.js").Amount;
|
||||
var UInt160 = require("../src/js/amount.js").UInt160;
|
||||
|
||||
require("../src/js/amount.js").config = require("./config.js");
|
||||
|
||||
var config = require('./config.js');
|
||||
|
||||
buster.testCase("Amount", {
|
||||
|
||||
Reference in New Issue
Block a user