django-vue3-admin-web/node_modules/jstoxml/.babelrc
2025-10-20 21:21:14 +08:00

15 lines
195 B
Plaintext

{
"plugins": [
"@babel/plugin-transform-modules-umd"
],
"presets": [
[
"@babel/preset-env",
{
"targets": {
"chrome": "30"
}
}
]
]
}