refactor: remove default ignoreCustomComments from html-minifier

not sure why upstream has it in the first place ¯\_(ツ)_/¯
This commit is contained in:
weyusi 2019-05-18 14:19:42 +09:30
parent ea2a4afe99
commit c9b7323768
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ if (hexo.config.neat_enable === true) {
enable: true,
logger: false,
exclude: [],
ignoreCustomComments: [/^\s*more/],
removeComments: true,
removeCommentsFromCDATA: true,
collapseWhitespace: true,