UNPKG
hollaback
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Resolves a Promise when host(s)/port(s) are ready
github.com/leebenson/hollaback
leebenson/hollaback
hollaback
/
.babelrc
12 lines
(11 loc)
•
161 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"presets"
:
[
"es2015"
,
"stage-0"
]
,
"plugins"
:
[
"transform-async-to-generator"
,
"syntax-async-functions"
,
"transform-runtime"
]
}