bharney / JSStarterDocker

.Net Core 2.1 C# with React Starter Project that provides Identity Authentication and Authorization using JWT. Based on .NET Core JavaScriptServices Spa React + Redux using TypeScript. Additional support available for Docker and ARM Templating. Project uses Key Vault for secrets and EntityFrameworkCore to migrate Identity tables.
https://jsstarter.azurewebsites.net
17 stars 3 forks source link

Webpack 4 runs entire webpack build on startup and HMR file change #30

Open bharney opened 6 years ago

bharney commented 6 years ago

Webpack should not run on project startup as no files have changed. Possibly issue with hash changing on bundle?