fis3-optimizer-html

1.0.0 • Public • Published

html-minifier的fis3 optimizer 插件

 
fis.match('third/**', {
  optimizer: fis.plugin('html',{
    option: {
      removeAttributeQuotes: true,
      collapseWhitespace: true,
      removeComments: true
      // .... 配置
    }
  });
});
 
 

Options Quick Reference : html-minifier

Readme

Keywords

Package Sidebar

Install

npm i fis3-optimizer-html

Weekly Downloads

3

Version

1.0.0

License

ISC

Last publish

Collaborators

  • jian263994241