Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1019 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 1019 Bytes

hexo-uglify

NPM version CI Coverage Status

Minify JavaScript files with Terser.

Installation

$ npm install hexo-uglify --save

Options

uglify:
  exclude:
    - "*.min.js"
  mangle: true
  # output:
  # compress:
  • exclude: Exclude files. Use glob expressions for path matching.
  • mangle: Mangle file names.
  • output: Output options.
  • compress: Compress options.

Refer to the docs for more options and details.