I cannot get the Angular quickstart project to run after replacing the cloned source with one generated from the CLI (v1.2.3) in Visual Studio 2015. It seems like the appModule is not being bootstrapped using F5 debugging. Using ng serve does work as expected. I don't think the proper injection is happening in the index.html file when the debugger starts. There is no System.import('app') line in the cli generated index.html file. This seems to be expected with the use of webpack.
Is there a setting / configuration that needs to be done in order for this to load as expected?