mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 16:29:40 +02:00
Use babel-plugin-lodash
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user