mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-03-24 21:37:40 +08:00
18 lines
402 B
Plaintext
18 lines
402 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"ie": 7,
|
|
"edge": "17",
|
|
"firefox": "60",
|
|
"chrome": "67",
|
|
"safari": "11.1"
|
|
},
|
|
"useBuiltIns": "usage",
|
|
"corejs": "3.8.3"
|
|
}
|
|
]
|
|
]
|
|
} |