hexo/node_modules/with/.babelrc

10 lines
138 B
Plaintext
Raw Normal View History

2023-10-03 11:14:36 +08:00
{
"presets": [
[ "es2015", { "loose": true } ]
],
"plugins": [
"add-module-exports",
"transform-runtime"
]
}