hexo/node_modules/jstoxml/.babelrc

15 lines
209 B
Plaintext

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