philhawksworth / netlify-plugin-minify-html

26 stars 8 forks source link

Update code example in README.md #10

Closed chrispecoraro closed 3 years ago

chrispecoraro commented 3 years ago

as per the options:

  collapseBooleanAttributes: true,
  collapseInlineTagWhitespace: true,
  collapseWhitespace: true,
  minifyCSS: true,
  minifyJS: true,
  removeAttributeQuotes: true,
  removeCDATASectionsFromCDATA: true,
  removeComments: true,
  removeCommentsFromCDATA: true,
  removeEmptyAttributes: true,
  removeOptionalTags: true,
  removeRedundantAttributes: true,
  removeScriptTypeAttributes: true,
  removeStyleLinkTypeAttributes: true,
  useShortDoctype: true
};

An example override would be removeComments: false