State - a-tokyo/generator-at-angular GitHub Wiki
Development Branch:
- 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.