hexo/node_modules/meting/.babelrc

9 lines
103 B
Plaintext
Raw Normal View History

2023-10-03 11:14:36 +08:00
{
"presets": ["env"],
"env": {
"production": {
"presets": ["minify"]
}
}
}