We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d054c90 commit ff2e778Copy full SHA for ff2e778
packages/ui-templates/lib/render.ts
@@ -86,6 +86,7 @@ export const RenderPlugin = () => {
86
}
87
88
// Minify HTML
89
+ // @ts-expect-error error in htmlnano types: https://github.com/posthtml/htmlnano/issues/376
90
html = await htmlnano.process(html, { collapseWhitespace: 'aggressive' }).then(r => r.html)
91
92
if (!isCompleteHTML) {
0 commit comments