Skip to content

Commit

Permalink
fix WEBP issue with HTML. Remove module gulp-webp-html and install gu…
Browse files Browse the repository at this point in the history
…lp-webp-html-fix
  • Loading branch information
xvoland committed May 25, 2021
1 parent 2f7aa2c commit 7827bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 7827bed

Please sign in to comment.