CodeChain-io / codechain-explorer

Block Explorer for CodeChain
https://explorer.codechain.io/
Apache License 2.0
49 stars 16 forks source link

Replace uglifyjs-webpack-plugin with terser-webpack-plugin #190

Closed sgkim126 closed 4 years ago

sgkim126 commented 4 years ago

uglifyjs-webpack-plugin is deprecated, so it doesn't update serialize-javascript that has a security issue.

sgkim126 commented 4 years ago

~The build time unexpectedly increased from 2 minutes to 20 minutes. I'll check it.~ fixed