Skip to content

2.0.0-rc.1: Fuschia Gold

Choose a tag to compare

@antonybudianto antonybudianto released this 07 Dec 14:25
· 58 commits to master since this release

Finally released the first RC !
This release bring lot of improvements since last beta:

  • Implemented Webpack DLL build
    • Enjoy faster rebuild!
    • It's super fast even without HMR!
  • HMR setup is simplified (thanks to https://github.com/jschwarty/angularcli-hmr-example)
  • Improved testing experience
    • Watch mode when CI flag is off
    • Coverage is now only run when CI flag is on, faster when testing locally
    • Fully cover app ts files
  • Images from public will be copied to dist during build
  • Webpack updated to latest beta
  • Fully refactored webpack config for reusability
  • Fixed env not working on production - issue #86
  • Dependencies updated to latest stable