mirror of
https://github.com/501351981/vue-office.git
synced 2025-07-05 07:11:24 +08:00
change: js-pdf兼容性
This commit is contained in:
parent
eb33ac7d22
commit
cca7cf5392
@ -3,7 +3,16 @@
|
|||||||
[
|
[
|
||||||
"@babel/preset-env",
|
"@babel/preset-env",
|
||||||
{
|
{
|
||||||
"modules": false
|
"modules": false,
|
||||||
|
"targets": {
|
||||||
|
"edge": "17",
|
||||||
|
"firefox": "60",
|
||||||
|
"chrome": "67",
|
||||||
|
"safari": "11.1",
|
||||||
|
"ios": "8"
|
||||||
|
},
|
||||||
|
"useBuiltIns": "usage",
|
||||||
|
"corejs": "3.32.0"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user