mirror of https://github.com/curbengh/hexo-yam
refactor: remove default ignoreCustomComments from html-minifier
not sure why upstream has it in the first place ¯\_(ツ)_/¯
This commit is contained in:
parent
ea2a4afe99
commit
c9b7323768
1
index.js
1
index.js
|
@ -5,7 +5,6 @@ if (hexo.config.neat_enable === true) {
|
||||||
enable: true,
|
enable: true,
|
||||||
logger: false,
|
logger: false,
|
||||||
exclude: [],
|
exclude: [],
|
||||||
ignoreCustomComments: [/^\s*more/],
|
|
||||||
removeComments: true,
|
removeComments: true,
|
||||||
removeCommentsFromCDATA: true,
|
removeCommentsFromCDATA: true,
|
||||||
collapseWhitespace: true,
|
collapseWhitespace: true,
|
||||||
|
|
Loading…
Reference in New Issue