hexo/node_modules/meting/.babelrc

9 lines
95 B
Plaintext
Raw Normal View History

2023-09-25 15:58:56 +08:00
{
"presets": ["env"],
"env": {
"production": {
"presets": ["minify"]
}
}
}