UNPKG
js-babel-dev
Version:
latest (6.0.7)
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Consolidated babel dev-dependencies.
github.com/philcockfield/babel/js-babel-dev
philcockfield/babel
js-babel-dev
/
.babelrc
5 lines
(4 loc)
•
84 B
Plain Text
View Raw
1
2
3
4
5
{
"presets"
:
[
"es2015"
,
"stage-0"
]
,
"plugins"
:
[
"transform-class-properties"
]
}