Skip to content

v2.0.0

Compare
Choose a tag to compare
@calvinl calvinl released this 05 Sep 04:54
· 135 commits to master since this release

Changes:

  • Adds support for css-modules (Universal)
  • Re-organize folder structure
  • Remove bootstrap dependency - we'll leave this up to the user to implement
  • Update .nvmrc to use Node 6.4.0.
  • Remove Cordova support (again). See the feature/cordova branch for support.
  • Chunk vendor files into its vendor.js and application files into app.js.
  • Universally resolve module requires into common/ directory, removes need to require modules relatively, e.g. require('../../../Component')