UNPKG
@nine-theme/vuepress-theme-nine
Version:
latest (4.0.0-alpha.3)
next (4.0.1-alpha.5)
4.0.1-alpha.5
4.0.1-alpha.4
4.0.1-alpha.3
4.0.0-alpha.3
4.0.0-alpha.2
4.0.0-alpha.1
nine theme for vuepress
github.com/nine-theme/vuepress-theme-nine
@nine-theme/vuepress-theme-nine
/
babel.config.json
18 lines
(17 loc)
•
265 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"presets"
: [ [
"
@babel
/env"
, {
"targets"
: {
"edge"
:
"17"
,
"firefox"
:
"60"
,
"chrome"
:
"67"
,
"safari"
:
"11.1"
},
"useBuiltIns"
:
"usage"
,
"corejs"
:
"3.6.4"
} ] ] }