jhipster/jhipster-vuejs

Migrate from uglify-webpack-plugin to terser-webpack-plugin

Opened this issue · 1 comments

Overview of the feature request

Migrate from uglify-webpack-plugin to terser-webpack-plugin

Motivation for or Use Case

uglify-es is no longer maintained and uglify-js does not support ES6+.

terser is a fork of uglify-es that mostly retains API and CLI compatibility
with uglify-es and uglify-js@3.

Related issues or PR
  • Checking this box is mandatory (this is just to show you read everything)

I'd be happy to take this on. It should be a relatively minor change.