change: js-pdf兼容性

This commit is contained in:
liyulin 2024-02-17 10:25:38 +08:00
parent eb33ac7d22
commit cca7cf5392

View File

@ -3,7 +3,16 @@
[
"@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"
}
]
]