mirror of
https://github.com/501351981/vue-office.git
synced 2025-06-15 07:00:00 +08:00
19 lines
320 B
Plaintext
19 lines
320 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"modules": false,
|
|
"targets": {
|
|
"edge": "17",
|
|
"firefox": "60",
|
|
"chrome": "67",
|
|
"safari": "11.1",
|
|
"ios": "8"
|
|
},
|
|
"useBuiltIns": "usage",
|
|
"corejs": "3.32.0"
|
|
}
|
|
]
|
|
]
|
|
} |