UNPKG
react-ui-playground
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
A pruned live jsx editor from React.
wjsjtu.github.io/react-playground/
react-ui-playground
/
.babelrc
14 lines
•
276 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"presets"
:
[
"stage-0"
,
"es2015"
,
"react"
]
,
"plugins"
:
[
"transform-es5-property-mutators"
,
"transform-es3-property-literals"
,
"transform-es3-member-expression-literals"
,
"transform-class-properties"
,
"transform-flow-strip-types"
]
}