chore: use lodash-es version (#569)
lodash-es support tree shaking and the bundle size will near 2MB less
This commit is contained in:
committed by
László Monda
parent
02d57fdabf
commit
a44a7dc5f8
@@ -1,4 +1,4 @@
|
||||
import { cloneDeep } from 'lodash';
|
||||
import cloneDeep from 'lodash-es/cloneDeep';
|
||||
|
||||
const defaultUserConfig = {
|
||||
userConfigMajorVersion: 3,
|
||||
|
||||
Reference in New Issue
Block a user