Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.01 KB

File metadata and controls

45 lines (32 loc) · 1.01 KB

vite-plugin-html-minifier-terser npm package

vite打包html压缩组件

install

npm i vite-plugin-html-minifier-terser -D

or

yarn add vite-plugin-html-minifier-terser -D

use

// vite.config.js
import htmlMinifierTerser from 'vite-plugin-html-minifier-terser'
plugin:[
  htmlMinifierTerser({
    removeAttributeQuotes: true, 
    collapseWhitespace: true,
    ...
  })
]

params

默认启用了

removeAttributeQuotes: true 
collapseWhitespace: true

更多:参考html-minifier-terser 文档参数配置

赞助 | Sponsored

开源不易, 有了您的赞助, 我们会做的更好 👋

技术反馈和交流群 | Technical feedback and communication

微信:cobill2008

License

MIT