diff options
author | Fabio Berger <me@fabioberger.com> | 2017-06-19 23:42:25 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-06-19 23:42:25 +0800 |
commit | a8f706c79fb4244119a6d4ad03ea666689cc63fc (patch) | |
tree | f370ede530e5ae6f9b3530f7983c3e71e164156c /webpack.config.js | |
parent | fe63a81f6a15a521c643b74f4442cdbf037202cf (diff) | |
parent | 36fe4c01aa5a86ef820c11bb0b2e4724c68e40b5 (diff) | |
download | dexon-sol-tools-a8f706c79fb4244119a6d4ad03ea666689cc63fc.tar dexon-sol-tools-a8f706c79fb4244119a6d4ad03ea666689cc63fc.tar.gz dexon-sol-tools-a8f706c79fb4244119a6d4ad03ea666689cc63fc.tar.bz2 dexon-sol-tools-a8f706c79fb4244119a6d4ad03ea666689cc63fc.tar.lz dexon-sol-tools-a8f706c79fb4244119a6d4ad03ea666689cc63fc.tar.xz dexon-sol-tools-a8f706c79fb4244119a6d4ad03ea666689cc63fc.tar.zst dexon-sol-tools-a8f706c79fb4244119a6d4ad03ea666689cc63fc.zip |
Merge branch 'master' of github.com:0xProject/0x.js
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index a23e78027..61a7e4196 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,7 +1,7 @@ /** * This is to generate the umd bundle only */ -const lodash = require('lodash'); +const _ = require('lodash'); const webpack = require('webpack'); const path = require('path'); const production = process.env.NODE_ENV === 'production'; |