UNPKG
react-coverflow-ac
Version:
latest (0.2.22)
0.2.22
0.2.21
Carousel of coverflow effect
github.com/acamaragl/react-coverflow
acamaragl/react-coverflow
react-coverflow-ac
/
.babelrc
16 lines
(15 loc)
•
283 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"presets"
:
[
"es2015"
,
"stage-0"
,
"react"
]
,
"plugins"
:
[
"transform-runtime"
,
"transform-decorators-legacy"
,
"transform-class-properties"
,
"react-hot-loader/babel"
,
[
"add-module-exports"
,
{
"addDefaultProperty"
:
true
}
]
]
}