UNPKG
re-chart
Version:
latest (1.0.0)
1.0.0
A react chart library powered by ECharts
github.com/XueSeason/re-chart
XueSeason/re-chart
re-chart
/
.babelrc
7 lines
•
128 B
Plain Text
View Raw
1
2
3
4
5
6
7
{
"presets"
:
[
"es2015"
,
"stage-0"
,
"react"
]
,
"plugins"
:
[
[
"import"
,
{
"libraryName"
:
"antd"
,
"style"
:
true
}
]
]
}