docs: replace uglifyjs with terser

This commit is contained in:
weyusi 2019-04-10 19:34:43 +09:30
parent 2a9c5a52b4
commit cb4dc87a5a
1 changed files with 2 additions and 2 deletions

View File

@ -104,5 +104,5 @@ All credits go to the following work:
- [hexo-neat](https://github.com/rozbo/hexo-neat) by rozbo
- neat html by [HTMLMinifier](https://github.com/kangax/html-minifier)
- neat css by [clean-css](https://github.com/jakubpawlowicz/clean-css)
- neat js by [UglifyJS](http://lisperator.net/uglifyjs/)
- gzip inspired by [hexo-generator-optimize](https://github.com/JackyRen/hexo-generator-optimize)
- neat js by [terser](https://github.com/terser-js/terser)
- gzip feature is inspired by [hexo-generator-optimize](https://github.com/JackyRen/hexo-generator-optimize)