html-remove-whitespace-plugin

0.0.3 • Public • Published

去html空格插件

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

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

usage

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

Readme

Keywords

Package Sidebar

Install

npm i html-remove-whitespace-plugin

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

8.42 kB

Total Files

10

Last publish

Collaborators

  • liberalist