3.8.0 • Published 10 months ago

vite-plugin-html-minifier-terser v3.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

vite-plugin-html-minifier-terser

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 文档参数配置

3.3.0

10 months ago

3.2.0

10 months ago

3.1.0

10 months ago

3.8.0

10 months ago

3.0.0

1 year ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago