UNPKG
vue-lottie-ssr-html
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Lottie Animation View for Vue
github.com/chenqingspring/vue-lottie
chenqingspring/vue-lottie
vue-lottie-ssr-html
/
.babelrc
23 lines
(22 loc)
•
322 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"presets"
:
[
[
"env"
,
{
"modules"
:
false
,
"targets"
:
{
"browsers"
:
[
"> 1%"
,
"last 2 versions"
,
"not ie <= 8"
]
}
}
]
,
"stage-2"
]
,
"plugins"
:
[
"transform-runtime"
,
"syntax-dynamic-import"
]
}