Bumps for serialize-javascript vulnerability
- Bumps
compression-webpack-plugin
to 3.0.1
The only differences are it drops support for Node < 8. - Remove
uglifyjs-webpack-plugin
and use theterser-webpack-plugin
dependency
The UglifyJS plugin is deprecated because the webpack devs chose to move to terser, which supports ES6.
This makes a slight difference in the production build sizes; some files loose less than a kilobyte and some gain less than a kilobyte.
Edited by Erwan Rouchet