From 3bb7c171e04e2498e8cbe148f5a1137e7ac5cd5e Mon Sep 17 00:00:00 2001 From: Gabriel Csapo Date: Sat, 9 Oct 2021 10:23:16 -0400 Subject: [PATCH] Update index.js Co-authored-by: Jan Nicklas --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 4276e8ed..45f286ad 100644 --- a/index.js +++ b/index.js @@ -1041,7 +1041,7 @@ function hookIntoCompiler (compiler, options, plugin) { * * @param {string} html */ - async function minifyHtml (html) { + function minifyHtml (html) { if (typeof options.minify !== 'object') { return html; }