This repository was archived by the owner on Apr 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
State
Ahmed Tarek edited this page Feb 1, 2017
·
27 revisions
Development Branch:
- Add --remove flag in sub-generators to remove a directive
- Make Docs Dynamic
- Upgrade webpack (2.2.0 still causes problems like the ones higher than the curr version)
- Problem: Webpack2 unable to import function with only export default value.
Workaround: Use
import * as variable from 'package'instead ofimport 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.
Built with ❤️ by Tokyo