UNPKG
vuepress-demo-block
Version:
latest (0.4.3)
0.4.3
0.4.2
0.4.1
vuepress demo box
github.com/xiguaxigua/vuepress-demo-block
xiguaxigua/vuepress-demo-block
vuepress-demo-block
/
.babelrc
14 lines
(13 loc)
•
186 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"presets"
:
[
[
"env"
,
{
"modules"
:
false
,
"targets"
:
{
"browsers"
:
[
"> 1%"
,
"last 2 versions"
,
"not ie <= 8"
]
}
}
]
]
}