We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6a7de commit b47975dCopy full SHA for b47975d
test/server/__snapshots__/Server.test.js.snap.webpack4
@@ -37,3 +37,22 @@ Array [
37
],
38
]
39
`;
40
+
41
+exports[`Server DevServerPlugin should create and run server with old parameters order: oldparam 1`] = `
42
+Array [
43
+ Array [
44
+ "client",
45
+ "index.js?http:",
46
+ "0.0.0.0&port=8100",
47
+ ],
48
49
+ "node_modules",
50
+ "webpack",
51
+ "hot",
52
+ "dev-server.js",
53
54
55
+ "foo.js",
56
57
+]
58
+`;
0 commit comments