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 3896fb2 commit 0fd58efCopy full SHA for 0fd58ef
lib/module.js
@@ -6,7 +6,7 @@ const defaultOptions = {
6
logHtml: false
7
}
8
9
-export default function htmlMinificationModule(moduleOptions) {
+export default function htmlMinificationModule (moduleOptions) {
10
// only add hook when server is ready we could
11
this.nuxt.hook('render:done', async () => {
12
const htmlMinifier = await import('html-minifier')
0 commit comments