style: to rename 'logger' to 'verbose'

This commit is contained in:
curbengh 2019-09-24 23:56:44 +01:00
parent fd474580ce
commit 90bfe2ca36
No known key found for this signature in database
GPG Key ID: 21EA847C35D6E034
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ hexo.config.minify.html = Object.assign({
hexo.config.minify.css = Object.assign({
enable: true,
// TODO: rename to verbose
logger: false,
exclude: ['*.min.css'],
level: 2,