Skip to content

Commit 804b868

Browse files
authored
docs: update migration guide (#3724)
1 parent 20b4450 commit 804b868

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

migration-v4.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,9 @@ If you need to set custom `path` to dev server web socket server, please use:
274274
module.exports = {
275275
devServer: {
276276
webSocketServer: {
277-
path: "/my/custom/path/to/web/socket/server",
277+
options: {
278+
path: "/my/custom/path/to/web/socket/server",
279+
},
278280
},
279281
},
280282
};

0 commit comments

Comments
 (0)