UNPKG
vd-charts
Version:
latest (0.1.1)
0.1.1
0.1.0
ECharts 4.x for Vue.js 2.x.
vueblocks.github.io/vd-charts/
vueblocks/vd-charts
vd-charts
/
.babelrc
13 lines
(12 loc)
•
240 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"presets"
:
[
[
"env"
,
{
"modules"
:
false
,
"targets"
:
{
"browsers"
:
[
"> 1%"
,
"last 2 versions"
,
"not ie <= 8"
]
}
}
]
,
"stage-2"
]
,
"plugins"
:
[
"transform-vue-jsx"
,
"transform-runtime"
,
"lodash"
]
}