Skip to content

Known Issues

Antony Budianto edited this page Sep 17, 2016 · 6 revisions

No lazy loading, AoT compilation, Tree-shaking

These features will be introduced in the next version of Starter, probably in new repo as it's a big switch to Webpack

Karma stack trace on PhantomJS

https://github.com/karma-runner/karma-jasmine/issues/120

For now please use karma-chrome-launcher for better debugging

TypeScript helpers duplicates

https://github.com/Microsoft/TypeScript/issues/3364

Module lodash or else not found

Try to run typings install and try to compile again, don't forget to check the module usage/exports. Most likely you run npm install with --ignore-scripts argument, that's why it's skipped.

Duplicate identifier when compiling TypeScript file

Try to remove /typings folder and run typings install, this happens when running typings install twice or more.

☀️ Support this starter by sharing it to your friends, giving stars, or pull requests! 😄

Clone this wiki locally