Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.
Ahmed Tarek edited this page Mar 8, 2017 · 27 revisions

npm version travis build Coverage Status

Development Branch:

travis build Coverage Status

Features in next release:

Core Enhancements in next release:

Migrations for next release:

Features TODO:

  • Make Docs Dynamic

Features for Later:

  • Upgrade webpack (2.2.0 still causes problems like the ones higher than the curr version)

Known bugs

  • Problem: Webpack2 unable to import function with only export default value.

Workaround: Use import * as variable from 'package' instead of import variable from 'package'


  • Problem: Webpack2 lastest build of today JAN 24 2017 2.2.0 throws an error and crashes while starting the server.

Workaround: Fixed Webpack version to: 2.1.0-beta.25 and Webpack-dev-server to "2.1.0-beta.7" until the build is stable.