This repository has been archived by the owner on Feb 25, 2021. It is now read-only.
Releases: aderaaij/totallystatical
Releases · aderaaij/totallystatical
Upgrade imagemin
Fixes and updates
- ⚒ Switched the
babel-preset-2015
, etc. forbabel-preset-env
which makes it way easier to compile for specific browsers. See https://github.com/babel/babel-preset-env - ⚒ Added presets to the webpack
UglifyJsPlugin
. Now removesconsole.log
calls and comments (might have removed comments before, I'm not sure) - ⚒ Removed the 'standalone scripts' task, as it was weird running scripts through two different compilers. Webpack doesn't support multiple outputs out of the box, but luckily there's a way around this: https://stackoverflow.com/a/45278943/4474075. Easy to configure in the
gulpfile.js/config/scripts.js
file. - ⚒ Removed unused packages
- ⚒ Cleaned up the gulpfile tasks and configuration files