You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Build the final Webpack config based on supplied options
31
35
if(enableHotModuleReplacement){
@@ -39,12 +43,13 @@ function attachWebpackDevMiddleware(app: any, webpackConfig: webpack.Configurati
39
43
thrownewError('To use HotModuleReplacement, your webpack config must specify an \'entry\' value as a key-value object (e.g., "entry: { main: \'ClientApp/boot-client.ts\' }")');
40
44
}
41
45
42
-
// Augment all entry points so they support HMR
46
+
// Augment all entry points so they support HMR (unless they already do)
0 commit comments