A Shanzhai step which minifies a HTML file.
Within a trigger's event handler, return an instance of MinifyHtmlStep
similar
to the following:
new MinifyHtmlStep(
`A description of the operation being performed`,
new AnInputOfUnminifiedHtml(),
new AnOutputOfMinifiedHtml()
);
The configuration used is highly aggressive, and the resulting HTML may actually be invalid, but should still function.
It will not be suitable for inclusion in other HTML documents, however.
This package has the following runtime dependencies:
Name | Version |
---|---|
html-minifier |
This package has no runtime peer dependencies (it does not expect any other packages to be installed alongside itself).