UNPKG
whs-component-glowline
Version:
latest (0.0.5)
0.0.5
Simple plugin to make glow lines
whs-component-glowline
/
.babelrc
14 lines
(13 loc)
•
300 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"presets"
:
[
"es2015"
,
"stage-1"
]
,
"plugins"
:
[
[
"transform-runtime"
,
{
"polyfill"
:
false
}
]
,
"add-module-exports"
,
"transform-decorators-legacy"
,
"transform-class-properties"
,
"transform-object-rest-spread"
]
}