[Question/Bug] NodeServices[0] [fail] ts-loader: Using typescript@1.8.10 and c:\**\**\tsconfig.json #231
Description
Hi folks
I got an issue in an app im building and im unsure exactly what caused it. When running it in Kestrel, the first line that appears is an error: "NodeServices[0] [fail] ts-loader: Using typescript@1.8.10 and c:__\tsconfig.json" and thats it. The application then works fine, both prerender and client render. But i realized that this breaks azure publishing through visual studio for example.
I first assumed it was some of my code, but i couldnt locate anything. So i checkedout an old branch which i previously deployed successfully to azure -> same error. So i created a new empty project and pasted the samplecode from the sampleproject (yo aspnetcore-spa angular2) and got the exact same error. Running the sample project worked however.
Now im starting to suspect if it perhaps is something that is broken after i updated visual studio 2015or something. But i wanted to check if anyone here knows what this error means (it tells me absolutely nothing in regards as to what is wrong). As said everything works perfectly efter that error has passed locally.