创建gulpfile.js // gulp 入口文件 // yarn gulp foo 可以启动该任务 ... 图片压缩 const imagemin = require('gulp-imagemin') // 删除插件 const ...
確定! 回上一頁