mkElmDerivation
mkElmDerivation copied to clipboard
Default to terser instead of uglifyjs
I've just read that uglify-js is actually no longer maintained. However, terser is, and it's recommended by elm-optimize-level-2 as a replacement. Maybe mkElmDerivation
should use terser, then? Usage seems exactly the same as uglifyjs.