html-remove-whitespace-plugin
v0.0.3
Published
html-webpack-plugin依赖html-minifier对velocity模版文件压缩支持不好
Downloads
1
Readme
去html空格插件
html-webpack-plugin依赖html-minifier对velocity模版文件压缩支持不好
此插件会去除html注释和内联的js、css注释,再将多空格替换为单空格。
usage
plugins: [new HtmlRemoveWhitespacePlugin()]
plugins: [new HtmlRemoveWhitespacePlugin({
exclude: /test1/,
//include: /test2/,
})]