UNPKG
@sho-js/react-cpa
Version:
latest (4.0.1)
4.0.1
4.0.0
React CPA Integration
github.com/wearesho-team/react-cpa
wearesho-team/react-cpa
@sho-js/react-cpa
/
.babelrc
21 lines
(20 loc)
•
292 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
{
"presets"
:
[
"react"
,
[
"env"
,
{
"targets"
:
{
"browsers"
:
[
"last 2 versions"
,
"safari >= 10"
,
"ie >= 11"
]
}
,
"exclude"
:
[
"transform-regenerator"
]
}
]
]
}