update gulp html minifier

This commit is contained in:
Matt Walsh
2025-05-14 09:02:08 -05:00
parent 72938671ac
commit cde7ceda6e
3 changed files with 94 additions and 161 deletions

View File

@@ -6,7 +6,7 @@ import concat from 'gulp-concat';
import terser from 'gulp-terser';
import ejs from 'gulp-ejs';
import rename from 'gulp-rename';
import htmlmin from 'gulp-htmlmin';
import htmlmin from 'gulp-html-minifier-terser';
import { deleteAsync } from 'del';
import s3Upload from 'gulp-s3-upload';
import webpack from 'webpack-stream';