When using the ngtools/webpack package to generate a Angular2 AoT bundle the compilation process hangs infinitely on "95% emitting". This happens only on Windows 7 not on Linux.
Since @ngtools/webpack 1.2.9 which includes this commit the bug is fixed. This repo is updated to use 1.2.9 so you can verify for yourself.
##Usage
- Clone Repository on Windows 7
- npm install
- npm start
##Issue see angular/angular-cli#3019