UNPKG
react-graph-bars
Version:
latest (1.0.2)
1.0.2
1.0.1
react bar graph
github.com/tomkp/react-graph-bars
tomkp/react-graph-bars
react-graph-bars
/
.babelrc
9 lines
(8 loc)
•
112 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"presets"
:
[
"es2015"
,
"react"
]
,
"env"
:
{
"development"
:
{
"presets"
:
[
"react-hmre"
]
}
}
}