https://github.com/philhawksworth/eleventyone/blob/d940bc0822216e4bd725c3ffbf78aeb715932026/gulp-tasks/scripts.js#L3 I had some trouble compiling my js until I realised that `gulp-uglify` doesn't support ES6. The gulp module `gulp-uglify-es` does though.
eleventyone/gulp-tasks/scripts.js
Line 3 in d940bc0
I had some trouble compiling my js until I realised that
gulp-uglifydoesn't support ES6. The gulp modulegulp-uglify-esdoes though.