UNPKG
tina-weux
Version:
latest (6.2.8)
6.2.8
6.2.5
6.2.3
6.2.1
6.1.8
6.1.5
6.0.1
5.0.9
5.0.8
5.0.1
4.0.8
1.0.8
1.0.5
1.0.1
1.0.0
微信小程序
github.com/Tinans/Tina.git
tina-weux
/
.babelrc
11 lines
•
212 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"plugins"
:
[
[
"module-resolver"
,
{
"root"
:
[
"./src"
]
,
"alias"
:
{
}
}
]
]
,
"presets"
:
[
[
"env"
,
{
"loose"
:
true
,
"modules"
:
"commonjs"
}
]
]
}