terser-webpack-plugin

This plugin uses terser to minify/minimize your JavaScript.

JS 压缩,产物为 ES6 语法。

这个在 create-react-app 中自带,便于进行代码压缩。

一般不需要自己配置。