UNPKG
coverflw
Version:
latest (0.2.48)
0.2.48
0.2.46
0.2.45
0.2.40
0.2.30
0.2.22
0.2.21
0.2.20
Carousel of coverflow effect
github.com/andyyou/react-coverflow
andyyou/react-coverflow
coverflw
/
.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
}
]
]
}