chainer / chainerui

ChainerUI: User Interface for Chainer
MIT License
170 stars 30 forks source link

stop to use uglifyjs, use terser #341

Closed disktnk closed 4 years ago

disktnk commented 4 years ago
  1. remove uglifyjs plugin, this webpack plugin is deprecated
  2. use terser plugin on webpack config, this webpack plugin has already installed
  3. reinstall webpack@4.39.2, to upgrade serialize-javascript for fixing https://github.com/advisories/GHSA-h9rv-jmmf-4pgx
ofk commented 4 years ago

:bow: