mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-09 14:04:14 +01:00
Adding image snapshots for graphs
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
module.exports = {
|
||||
'presets': [
|
||||
'@babel/preset-env'
|
||||
presets: [
|
||||
[
|
||||
'@babel/preset-env',
|
||||
{
|
||||
targets: {
|
||||
node: 'current'
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user