clean up gulp dependencies

This commit is contained in:
Matt Walsh
2025-05-14 14:10:05 -05:00
parent 4c65f5bc4d
commit 468e057c51
3 changed files with 486 additions and 297 deletions

View File

@@ -9,7 +9,7 @@ import ejs from 'gulp-ejs';
import rename from 'gulp-rename';
import htmlmin from 'gulp-html-minifier-terser';
import { deleteAsync } from 'del';
import s3Upload from 'gulp-s3-upload';
import s3Upload from 'gulp-s3-uploader';
import webpack from 'webpack-stream';
import TerserPlugin from 'terser-webpack-plugin';
import { readFile } from 'fs/promises';