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; }