Skip to content

Releases: robinloeffel/angular-babel-seed

1.2.0

27 Jul 17:16
Compare
Choose a tag to compare

Changes since 1.1.0

  • use Object.assign() instead of webpack-merge
  • Simpler gulpfile.js
  • Proper webpack 2/3 configuration
  • Put all configs into config directory

1.1.0

18 May 16:06
Compare
Choose a tag to compare

Changes since 1.0.0

  • yarn start is now yarn dev
  • Added gulp-plumber, gulp-changed and gulp-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 to babel-preset-env to always keep up to date automatically

First Major Release 🔥 (1.0.0)

14 May 10:20
Compare
Choose a tag to compare

Features included

  • Compilation of Angular 4
  • Bundling with Webpack 2
  • Building with gulp 3
  • Styling with Sass
  • Transpiling with Babel
  • Source code watching
  • dev and prod environments based off cli arguments (yarn start/yarn prod)

screencap

Pre-Release (0.1.1)

14 Jan 14:27
Compare
Choose a tag to compare
Pre-Release (0.1.1) Pre-release
Pre-release

🎉