UNPKG
flow-config-parser
Version:
latest (0.3.0)
0.3.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
A parser for flow's configuration files.
codemix.github.io/flow-runtime
codemix/flow-runtime
flow-config-parser
/
.babelrc
18 lines
(17 loc)
•
253 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"presets"
:
[
[
"env"
,
{
"targets"
:
{
"browsers"
:
[
"last 2 versions"
]
}
,
"exclude"
:
[
"transform-regenerator"
]
}
]
,
"stage-0"
,
"react"
]
,
"plugins"
:
[
"transform-decorators-legacy"
]
}