Skip to content

Commit b47975d

Browse files
committed
chore: update webpack 4 snaps
1 parent 3a6a7de commit b47975d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

test/server/__snapshots__/Server.test.js.snap.webpack4

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,22 @@ Array [
3737
],
3838
]
3939
`;
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+
Array [
49+
"node_modules",
50+
"webpack",
51+
"hot",
52+
"dev-server.js",
53+
],
54+
Array [
55+
"foo.js",
56+
],
57+
]
58+
`;

0 commit comments

Comments
 (0)