Revert "Use deep imports for importing lodash to make tree shaking easier"
This reverts commit 3c3767a9
This commit is contained in:
parent
3c3767a91e
commit
fe6c859150
9 changed files with 9 additions and 12 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import axios from 'axios'
|
||||
import reduce from 'lodash'
|
||||
import replace from 'lodash'
|
||||
import {reduce, replace} from 'lodash'
|
||||
|
||||
let config = require('../../public/config.json')
|
||||
|
||||
|
|
|
|||
Reference in a new issue