1.1.0
Changes since 1.0.0
yarn start
is nowyarn dev
- Added
gulp-plumber
,gulp-changed
andgulp-if
to make the build process better - Easier webpack configuration
- Functioning
enableProdMode
call when in production mode - More readable folder structure
- Strip all comments from minified webpack bundle
- Dropped support for IE < 11
- Switched from
babel-preset-es2015
tobabel-preset-env
to always keep up to date automatically