diff options
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'; |