Skip to content

Commit 25c7b07

Browse files
committed
Fix link
1 parent 962cea5 commit 25c7b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/NormalModuleFactory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ class NormalModuleFactory extends Tapable {
401401
` You need to specify '${
402402
item.loader
403403
}-loader' instead of '${item.loader}',\n` +
404-
" see https://webpack.js.org/guides/migrating/#automatic-loader-module-name-extension-removed";
404+
" see https://webpack.js.org/migrate/3/#automatic-loader-module-name-extension-removed";
405405
}
406406
callback(err);
407407
}

0 commit comments

Comments
 (0)