Error: ts-loader: using typescript @ 1.8.10 azure deploy

I am using aspnetcore template with React + Redux and webpack when I use posting

Severity Code Description Project File Line Suppression State Error ts-loader: using typescript @ 1.8.10 and C: \ Users \ nomorethrow \ Documents \ Visual Studio 2015 \ Projects \ EPWeb \ tsconfig.json EPWeb 0

I do not know how to resolve this, in node.js everything works fine (dotnet firmware, etc.), but in visual studio I get an error

+5
source share
2 answers

I am removing 2 lines in project.json. He can deploy

"node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js", "node node_modules/webpack/bin/webpack.js" 

But I have another error when accessing the deployment version: "Win32Exception: the system cannot find the specified StartCore file." I don't know if it has a relationship or not ( Cannot start asp.net, angular 2, server-side rendering project on the server )

0
source

Well, I don’t know why the publication treats this information as an error and fails, but for me the solution was to set the silent mode in the ts-loader web loader configuration.

0
source

All Articles