Skip to content

Commit 3bb7c17

Browse files
Update index.js
Co-authored-by: Jan Nicklas <j.nicklas@me.com>
1 parent e38ac97 commit 3bb7c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ function hookIntoCompiler (compiler, options, plugin) {
10411041
*
10421042
* @param {string} html
10431043
*/
1044-
async function minifyHtml (html) {
1044+
function minifyHtml (html) {
10451045
if (typeof options.minify !== 'object') {
10461046
return html;
10471047
}

0 commit comments

Comments
 (0)