Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@LucasPerso LucasPerso released this 07 Apr 13:40
· 68 commits to master since this release

1.2.0 (2017-04-07)

Bug Fixes

  • build: HMR vendors build (#330) (fda868d)
  • router: error thrown during onEnter / onChange are now catched by vitaminjs (d826c7d)
  • server.js: terminate http server process gracefully (#313) (e6defbc)
  • webpack-config: add support for css-modules value (5755c2c)

Features

  • add WatchMissingNodeModulesPlugin from react-dev-utils (#259) (c1206cf)
  • allow build loader to handle ico files (75a95ea)
  • chunks (#270) (576f547)
  • use babel-preset-env for browser (#271) (73bff30)
  • vitaminrc option targetBrowsers (#272) (9929f50)
  • webpack-config: add style to mainfields (a68d720)

Performance Improvements

  • webpack-build: improve HMR client reload & compile time thanks to webpackDLLPlugin (6a944ca)