Skip to content

0.20.0

Latest
Compare
Choose a tag to compare
@bfanger bfanger released this 17 May 15:37
  • Added the --terser-config option. #20

When no --terser-config is provided, it uses the default config:

{
  "ecma": 5,
  "safari10": true
}

See https://terser.org/docs/options/ for available options.