Skip to content

🎉🎉🔥实现vite在打包过程中对html文件压缩输出

License

Notifications You must be signed in to change notification settings

tcly861204/vite-plugin-html-minifier-terser

Repository files navigation

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

About

🎉🎉🔥实现vite在打包过程中对html文件压缩输出

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published