Metalsmith-Babel 插件 安装 : npm install metalsmith-babel 并确保已安装必需的。 用法 将metalsmith-babel字段添加到您的metalsmith.json 。 { "plugins" : { "metalsmith-babel" : { "presets" : [ "@babel/preset-env" ] } } } const Metalsmith = require ( 'metalsmith' ) ; const babel = require ( 'metalsmith-babe