Skip to content

Bumps for serialize-javascript vulnerability

Erwan Rouchet requested to merge vuln-serialize-javascript into master
  • Bumps compression-webpack-plugin to 3.0.1
    The only differences are it drops support for Node < 8.
  • Remove uglifyjs-webpack-plugin and use the terser-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

Merge request reports

Loading