dotnet watch does not refresh content for AspNetCore.SpaTemplates React / Angular

最近使用了 ASP.Net CoreSPA Template 來學習 ReactJs 因為我可以使用 ASP.Net Core 來做 Web API.. 而 ReactJs 來做 Web Front End 之後便可以 deploy 到 Azure 十分方便.. 又可以很快看到效果 ASP.Net Core App can NOW be deploy to Azure – (Azure web app)

由于使用Visual Studio 開發感覺比效慢 所以便用了Visual Studio Code

不久便出現了一個問題..就是在Visual Studio 開發時 修改 ReactJs 相關的程式碼..在Debug時 是可以看到修改後的結果的 但是用Visual Studio Code 配合 “dotnet watch run” 時 Enable dotnet watch – on asp.net core

dotnet watch run
dotnet watch run 網頁便不會更新但是**deploy** 到**Azure** 時是看到了修改的結果的

做了一會 research 之後 終於找到了解決方法

解決方法 我們需要使用另一個Terminal windows 執行 “webpack -watch” 這個指令 便可以了

webpack --watch

webpack --watch Hope you find it useful

Chi Yau
Chi Yau
Software Engineer

Interested on Learning new stuff and experience sharing