diff --git a/gulpfile.js b/gulpfile.js index c75f2d4..4225901 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -55,7 +55,7 @@ let { src, dest } = require("gulp"), uglify = require("gulp-uglify-es").default, // or uglify imagemin = require("gulp-imagemin"), webp = require("gulp-webp"), // webp - webp_html = require("gulp-webp-html"), + webp_html = require("gulp-webp-html-fix"), webp_css = require("gulp-webp-css"), svg_sprite = require("gulp-svg-sprite"), ttf2woff = require("gulp-ttf2woff"), // fonts diff --git a/package.json b/package.json index c178125..d477539 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "gulp-watch": "^5.0.1", "gulp-webp": "^4.0.1", "gulp-webp-css": "^1.1.0", - "gulp-webp-html": "^1.0.2", + "gulp-webp-html-fix": "^1.0.3", "sass": "^1.32.13" }, "dependencies": {