UNPKG

pattern-lab-minify-html

Version:

The Minify HTML Plugin allows [Pattern Lab Node](https://github.com/pattern-lab/patternlab-node) users to minify and beautify the HTML template of all patterns. If the right options are passed, HTML errors like empty attributes can be prevented (id="" and

17 lines (16 loc) 325 B
{ "minify": { "removeEmptyAttributes": true, "preserveLineBreaks": true, "keepClosingSlash": true, "removeComments": true, "conservativeCollapse": true, "collapseWhitespace": true }, "beautify": { "indent_with_tabs": true }, "pluginOptions": { "verbose": false } }