This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
mermaid
Watch
1
Star
0
Fork
0
You've already forked mermaid
mirror of
https://github.com/mermaid-js/mermaid.git
synced
2025-01-14 06:43:25 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
mermaid
/
babel.config.js
13 lines
148 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fixed tests
2019-04-26 10:03:23 +02:00
module
.
exports
=
{
Adding image snapshots for graphs
2019-05-31 14:20:43 +02:00
presets
:
[
[
'@babel/preset-env'
,
{
targets
:
{
node
:
'current'
}
}
]
Fixed tests
2019-04-26 10:03:23 +02:00
]
}
Reference in New Issue
Copy Permalink