Skip to content

Commit fb8c246

Browse files
test: fix
1 parent 5e5ba8c commit fb8c246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/helpers/getCompilerHooks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default (compiler) => {
33

44
for (const hook of Object.keys(compiler.hooks)) {
55
for (const tap of compiler.hooks[hook].taps) {
6-
if (tap.name === "webpack-dev-middleware") {
6+
if (tap.name === "DevMiddleware") {
77
if (!result[hook]) {
88
result[hook] = [];
99
}

0 commit comments

Comments
 (0)