Skip to content

Commit 09571a3

Browse files
committed
Remove React HMR config
1 parent 1a62df8 commit 09571a3

File tree

3 files changed

+9
-630
lines changed

3 files changed

+9
-630
lines changed

api/Startup.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerF
124124
app.UseWebpackDevMiddleware(new WebpackDevMiddlewareOptions
125125
{
126126
HotModuleReplacement = true,
127-
ReactHotModuleReplacement = true,
128127
ConfigFile = System.IO.Path.Combine(Configuration["webClientPath"], "webpack.config.js")
129128
});
130129

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"@types/chai": "^3.4.32",
2727
"@types/mocha": "^2.2.31",
2828
"aspnet-webpack": "^1.0.11",
29-
"aspnet-webpack-react": "^1.0.5",
3029
"bootstrap": "^4.0.0-alpha.6",
3130
"chai": "^3.5.0",
3231
"cross-env": "^3.1.3",

0 commit comments

Comments
 (0)