moxystudio / react-with-moxy

MOXY's boilerplate to create isomorphic react applications
35 stars 10 forks source link

Switch to terser-webpack-plugin #130

Closed satazor closed 6 years ago

satazor commented 6 years ago

uglifyjs-webpack-plugin switched back to uglify-js which does not support ES6+.

It's recommended to use https://github.com/webpack-contrib/terser-webpack-plugin instead.