chore: use lodash-es version (#569)

lodash-es support tree shaking and the bundle size will near 2MB less
This commit is contained in:
Róbert Kiss
2018-01-29 23:02:17 +01:00
committed by László Monda
parent 02d57fdabf
commit a44a7dc5f8
3 changed files with 487 additions and 235 deletions

View File

@@ -1,4 +1,4 @@
import { cloneDeep } from 'lodash';
import cloneDeep from 'lodash-es/cloneDeep';
const defaultUserConfig = {
userConfigMajorVersion: 3,