Closed
Description
Continued from #34 (comment) - I should have made a new issue in the first place, my bad.
Anyway, my question is where is the minimize
option documented? Are there options I can pass to it? Is it on or off by default? I have looked up and down the docs, but I only saw the comment about --optimize-minimize
which I'm not sure does anything 😕
After looking through the source a bit, I've enabled it explicitly with:
htmlLoader: {
minimize: true
}
but I'm not really sure if there is a difference being made on the HTML I'm loading in (via other loaders in the pipeline).