mrr.sj.front/node_modules/jstoxml/.babelrc

15 lines
195 B
Plaintext
Raw Permalink Normal View History

2026-03-25 15:27:45 +08:00
{
"plugins": [
"@babel/plugin-transform-modules-umd"
],
"presets": [
[
"@babel/preset-env",
{
"targets": {
"chrome": "30"
}
}
]
]
}