Use babel-plugin-lodash

This commit is contained in:
Tyler Long
2017-09-05 21:19:53 +08:00
parent 84f592c417
commit 81007f841a
5 changed files with 15 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
import _ from 'lodash'
const db = require('./gitGraphAst')
const _ = require('lodash')
const gitGraphParser = require('./parser/gitGraph')
const d3 = require('../../d3')
const Logger = require('../../logger')