hexo/node_modules/jstoxml/.babelrc

15 lines
209 B
Plaintext
Raw Normal View History

2023-10-03 11:14:36 +08:00
{
"plugins": [
"@babel/plugin-transform-modules-umd"
],
"presets": [
[
"@babel/preset-env",
{
"targets": {
"chrome": "30"
}
}
]
]
2023-09-25 15:58:56 +08:00
}