mattdesl / color-wander

:art: Generative artwork in node/browser based on a seeded random
http://color-wander.surge.sh/
1.62k stars 147 forks source link

Fix deps #20

Open dyllan-to-you opened 6 years ago

dyllan-to-you commented 6 years ago

One of the packages relies on a package, 'hex-rgb'. This package uses ES6 functionality, however uglify does not support ES6. I'd expect babelify to do something about this but... -shrugs-

Easiest fix that probably doesn't break anything; change the package from 'uglify-js' to 'uglify-es', which is made by the same author but supports ES6 expressions.