UNPKG
react-yamli
Version:
latest (0.0.2)
0.0.2
0.0.1
Yamli React binding
github.com/adhambadr/react-yamli
adhambadr/react-yamli
react-yamli
/
.babelrc
13 lines
(12 loc)
•
220 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"presets"
: [
"
@babel
/preset-env"
,
"
@babel
/preset-react"
],
"plugins"
: [
"
@babel
/plugin-proposal-class-properties"
, [
"
@babel
/plugin-transform-runtime"
, {
"regenerator"
: true } ] ] }