hexo/node_modules/meting/.babelrc

9 lines
103 B
Plaintext

{
"presets": ["env"],
"env": {
"production": {
"presets": ["minify"]
}
}
}