Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Nicklas <j.nicklas@me.com>
  • Loading branch information
gabrielcsapo and jantimon committed Oct 15, 2021
1 parent e38ac97 commit 3bb7c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3bb7c17

Please sign in to comment.