UNPKG
react-square-hosted-fields
Version:
latest (1.2.4)
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
a react component for Square's hosted fields
bitbucket.org/codingcolorado/react-square-hosted-fields
react-square-hosted-fields
/
.babelrc
11 lines
•
171 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"presets"
:
[
"es2015"
,
"react"
]
,
"plugins"
:
[
"transform-runtime"
,
"transform-decorators-legacy"
,
"transform-class-properties"
]
}