UNPKG
relay-cli
Version:
latest (0.1.0)
0.1.0
CLI for Relay.js
github.com/99xt/relay-cli
99xt/relay-cli
relay-cli
/
templates
/
.babelrc
14 lines
(13 loc)
•
177 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"passPerPreset"
:
true
,
"presets"
:
[
{
"plugins"
:
[
"./build/babelRelayPlugin"
]
}
,
"react"
,
"es2015"
,
"stage-0"
]
}