From c9b7323768bcc8a99e2b055a76d311d3195a8b66 Mon Sep 17 00:00:00 2001 From: weyusi Date: Sat, 18 May 2019 14:19:42 +0930 Subject: [PATCH] refactor: remove default ignoreCustomComments from html-minifier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit not sure why upstream has it in the first place ¯\_(ツ)_/¯ --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index a6cc52d..19ab43c 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,6 @@ if (hexo.config.neat_enable === true) { enable: true, logger: false, exclude: [], - ignoreCustomComments: [/^\s*more/], removeComments: true, removeCommentsFromCDATA: true, collapseWhitespace: true,