UNPKG
zx-waterfall
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.2
0.0.1
waterfall library of javascript
github.com/capricorncd/zx-waterfall
capricorncd/zx-waterfall
zx-waterfall
/
.babelrc
13 lines
(12 loc)
•
182 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"presets"
:
[
[
"@babel/preset-env"
,
{
"useBuiltIns"
:
false
,
"modules"
:
false
}
]
]
,
"plugins"
:
[
"@babel/plugin-external-helpers"
]
}