Fix lodash import bug in webpack config
This commit is contained in:
parent
6790ca136e
commit
5deeca4b68
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* This is to generate the umd bundle only
|
* This is to generate the umd bundle only
|
||||||
*/
|
*/
|
||||||
const lodash = require('lodash');
|
const _ = require('lodash');
|
||||||
const webpack = require('webpack');
|
const webpack = require('webpack');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const production = process.env.NODE_ENV === 'production';
|
const production = process.env.NODE_ENV === 'production';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user