mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Update Aurelia SPA template
This commit is contained in:
@@ -43,7 +43,7 @@ namespace WebApplicationBasic
|
||||
app.UseDeveloperExceptionPage();
|
||||
|
||||
app.UseWebpackDevMiddleware(new WebpackDevMiddlewareOptions {
|
||||
HotModuleReplacement = false // Aurelia Webpack Plugin HMR currently has issues. Leave this set to false.
|
||||
HotModuleReplacement = true
|
||||
});
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user