damienbod / AngularWebpackVisualStudio

Template for ASP.NET Core, Angular with Webpack and Visual Studio
https://damienbod.com/2016/06/12/asp-net-core-angular2-with-webpack-and-visual-studio/
MIT License
488 stars 128 forks source link

Looking for the HMR specific code in the zip #138

Closed dtabaka closed 6 years ago

dtabaka commented 6 years ago

Hi, I downloaded the solution .zip and don't see the HMR specific code mentioned in the readme such as the "start": "concurrently \"webpack-dev-server --hot --inline --port 8080\" \"dotnet run\" " in the package.json and the module.hot.accept() call in the main.ts. Unless I'm missing something. I'm really interested in seeing a working example as I've been fighting with getting HMR to work in my VS 2017/Angular solution. Thanks

FabianGosebrink commented 6 years ago

Hey, have you double checked this? I just loaded the zip and its containing the same content as the repo.

Cheers

FabianGosebrink commented 6 years ago

Closing this issue as it gets no reaction.