Skip to content

thinkzhan/html-remove-whitespace-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

去html空格插件

html-webpack-plugin依赖html-minifier对velocity模版文件压缩支持不好

此插件会去除html注释和内联的js、css注释,再将多空格替换为单空格。

usage

plugins: [new HtmlRemoveWhitespacePlugin()]
plugins: [new HtmlRemoveWhitespacePlugin({
  exclude: /test1/,
  //include: /test2/,
})]

About

去html注释空行空格

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published