/hexo-uglify

Minify JavaScript files with UglifyJS.

Primary LanguageJavaScriptMIT LicenseMIT

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.