Skip to content

Commit

Permalink
fix(build): disable removeOptionalTags in html-minifier
Browse files Browse the repository at this point in the history
  • Loading branch information
renbaoshuo authored and Enter-tainer committed Feb 4, 2022
1 parent bf4b466 commit a80b8ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ gulp.task('minify:html', () => {
minifyCSS: true,
minifyURLs: true,
removeComments: true,
removeOptionalTags: true,
removeRedundantAttributes: true,
removeStyleLinkTypeAttributes: true,
removeScriptTypeAttributes: true,
Expand Down

0 comments on commit a80b8ae

Please sign in to comment.