aspnetcore-spa (webpack) - when used in separate project builds unwanted js files
问题 I have a questions in regards to the aspnetcore-spa functionality. What im trying to do is to implement it based on the sample project from yeoman (with angular2) in a SEPARATE project. But im running into an issue with i suspect is caused by some missing configuration or something. To explain what i do the following procedure illustrates the problem: I generated a sample project using 'yo aspnetcore-spa' and selected angular2. I created an empty .net core project. I copied over the, as i