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 9d35ac4 commit dc9075cCopy full SHA for dc9075c
test/e2e/__snapshots__/api.test.js.snap.webpack4
@@ -87,3 +87,14 @@ Array [
87
`;
88
89
exports[`API should work with deprecated API (the order of the arguments in the constructor): page errors 1`] = `Array []`;
90
+
91
+exports[`API should work with plugin API: console messages 1`] = `
92
+Array [
93
+ "[HMR] Waiting for update signal from WDS...",
94
+ "Hey.",
95
+ "[webpack-dev-server] Hot Module Replacement enabled.",
96
+ "[webpack-dev-server] Live Reloading enabled.",
97
+]
98
+`;
99
100
+exports[`API should work with plugin API: page errors 1`] = `Array []`;
0 commit comments