Codebrahma / react-lite-ui

A set of React components. Themable / Customizable / Light weight library
MIT License
40 stars 15 forks source link

Replace uglifyjs-webpack-plugin with terser-webpack-plugin. #336

Closed KRRISH96 closed 5 years ago

KRRISH96 commented 5 years ago

Status :

Ready

Description :

Build fails. ES6 isn't supported by uglify-webpack-plugin.

Use terser-webpack-plugin.

Related Issues :

Ref: https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/362