UNPKG
create-graphql-guru
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Command line scaffolding and generator for Graphql Guru
create-graphql-guru
/
.babelrc
7 lines
•
97 B
Plain Text
View Raw
1
2
3
4
5
6
7
{
"presets"
:
[
"es2015"
,
"stage-3"
]
,
"plugins"
:
[
"transform-async-to-generator"
]
}