Skip to content

Commit df2e3dd

Browse files
author
Gil Amran
committed
removed rollup, using webpack only
1 parent a47896b commit df2e3dd

File tree

6 files changed

+2959
-1100
lines changed

6 files changed

+2959
-1100
lines changed

e2e/browser/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
width: 100%;
2424
}
2525
</style>
26-
<script src="/dist/orbs-client-sdk.js"></script>
26+
<script src="/dist/orbs-client-sdk-web.js"></script>
2727
<script>
2828
function CreateOrbsClient() {
2929
let result;

e2e/nodejs/e2e.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* The above notice should be included in all copies or substantial portions of the software.
77
*/
88

9-
const Orbs = require("../../dist/index.js");
9+
const Orbs = require("../../dist/orbs-client-sdk.js");
1010
const GammaDriver = require("../gamma-driver");
1111

1212
const VIRTUAL_CHAIN_ID = 42; // gamma-cli config default

0 commit comments

Comments
 (0)