UNPKG
matt-tools
Version:
latest (1.0.1)
1.0.1
个人工具
matt-tools
/
babel.config.json
14 lines
(13 loc)
•
252 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"presets"
: [ [
"
@babel
/preset-env"
, {
"targets"
:
"> 0.25
%,
not dead"
}] ],
"plugins"
: [
//
不污染全局,在运行时加载 [
"
@babel
/plugin-transform-runtime"
, {
"corejs"
:
3
}] ] }