Created by: prichodko
Recently a terser-webpack-plugin was released and based on a fact that uglify-es
is no longer maintained and issues like https://github.com/facebook/create-react-app/issues/4711 and probably couple of more https://github.com/facebook/create-react-app/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+uglify+, I am opening this PR to start a potential discussion of moving to terser
.
Terser retains API compatibility with uglify-es
, so I just updated necessary package.json
and webpack.config
files and didn't touch any options, however I am curious if this option
could be fixed by migration.
Closes #4711 (closed) and potentially more.