From 641d3b75eadf8f3330d60ca26b7edc06a871219c Mon Sep 17 00:00:00 2001 From: Leonid Date: Tue, 24 Oct 2017 16:40:38 +0300 Subject: Revert "Reduce final bundle size by 11% (82kB)" --- src/utils/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/utils.ts') diff --git a/src/utils/utils.ts b/src/utils/utils.ts index 2a02c448b..f2bf74860 100644 --- a/src/utils/utils.ts +++ b/src/utils/utils.ts @@ -1,4 +1,4 @@ -import {_} from '../utils/lodash'; +import * as _ from 'lodash'; import * as ethABI from 'ethereumjs-abi'; import * as ethUtil from 'ethereumjs-util'; import {Order, SignedOrder, SolidityTypes} from '../types'; -- cgit v1.2.3