UNPKG
npm-panel
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
0.0.1
npm panel
github.com/aleksei0807/npm-panel
aleksei0807/npm-panel
npm-panel
/
.babelrc
5 lines
(4 loc)
•
181 B
Plain Text
View Raw
1
2
3
4
5
{
"presets"
:
[
"react"
,
"es2015"
,
"stage-0"
,
"stage-1"
,
"stage-2"
,
"stage-3"
]
,
"plugins"
:
[
"transform-function-bind"
,
"transform-class-properties"
,
"transform-decorators"
]
}