dotnet watch does not refresh content for AspNetCore.SpaTemplates React / Angular
最近使用了 ASP.Net Core 的 SPA 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
做了一會 research 之後 終於找到了解決方法
解決方法 我們需要使用另一個Terminal windows 執行 “webpack -watch” 這個指令 便可以了
webpack --watch