Gulp学习--css、htlm、js、image、less、scss文件压缩代码(可以直接写入gulpfile.js)
const{src,dest,task,watch,series,parallel}=require('gulp');constcssnano=require('gulp-cssnano');constsass=require('gulp-sass');constless=require('gulp-less');constuglify=require('gulp-uglify');constht