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: migration-v6.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,10 @@ This document serves as a migration guide for `webpack-dev-server@6.0.0`.
37
37
};
38
38
```
39
39
40
+
- Now, webpack-dev-server adds WebSocket communication only when the `target` is set to a web-compatible environment or when `externalsPresets` includes `web`.
41
+
42
+
Previously, it also injected WebSocket communication if `resolve` contained a `conditionNames` entry with `browser`.
43
+
40
44
## Deprecations
41
45
42
46
- The static methods `internalIP` and `internalIPSync` were removed. Use `findIp` instead.
0 commit comments