@duhongwei/hotpack-compress

0.4.1 • Public • Published

Hotpack-compress

hotpack plugin compress

Contains three modules

Usage

npm install --save-dev @duhongwei/hotpack-compress
import compress from '@duhongwei/hotpack-compress'

export default {
  plugin: [
    {
      name: 'compress',
      use: compress,
      opt:{
        //Optional, default is {},options of uglify-js
        js:{},
        //Optional, default is { removeAttributeQuotes: true,collapseWhitespace: true }
        html:{  removeAttributeQuotes: true,collapseWhitespace: true},
        //Optional, default is {compatibility: 'ie9' },options of clean-css 
        css:{compatibility: 'ie9'},
      }
    }
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @duhongwei/hotpack-compress

Weekly Downloads

0

Version

0.4.1

License

MIT

Unpacked Size

4.4 kB

Total Files

5

Last publish

Collaborators

  • duhongwei