Use deep imports for importing lodash to make tree shaking easier
This commit is contained in:
parent
aeba5651af
commit
3c3767a91e
9 changed files with 12 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import UserModel from './user'
|
||||
import {merge} from 'lodash'
|
||||
import merge from 'lodash'
|
||||
|
||||
export default class TeamMemberModel extends UserModel {
|
||||
defaults() {
|
||||
|
|
|
|||
Reference in a new issue