Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 09571a3

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /