UNPKG
redux-map-gl
Version:
latest (0.1.0)
0.1.0
Simplify react-map-gl and redux
github.com/Willyham/redux-map-gl
redux-map-gl
/
.babelrc
9 lines
(7 loc)
•
120 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"presets"
:
[
"es2015"
,
"stage-2"
]
,
"plugins"
:
[
"transform-runtime"
,
"transform-object-rest-spread"
]
}