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
It's a simple wrapper middleware for webpack. It serves the files emitted from webpack over a connect server.
16
+
It's a simple wrapper middleware for webpack. It serves the files emitted from webpack over a connect server. This should be used for **development only**.
17
17
18
18
It has a few advantages over bundling it as files:
19
19
@@ -136,7 +136,7 @@ In the server-side rendering mode, __webpack-dev-middleware__ would sets the `st
136
136
137
137
Notice that requests for bundle files would still be responded by __webpack-dev-middleware__ and all requests will be pending until the building process is finished in the server-side rendering mode.
0 commit comments