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
Copy file name to clipboardExpand all lines: README.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,31 +137,39 @@ In the server-side rendering mode, __webpack-dev-middleware__ would sets the `st
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.
138
138
139
139
```javascript
140
+
// This function makes server rendering of asset references consistent with different webpack chunk/entry confiugrations
0 commit comments