Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #7385 from moondef/moondef-patch-1
Fix link
  • Loading branch information
sokra committed May 25, 2018
2 parents b77addd + 25c7b07 commit be6bdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/NormalModuleFactory.js
Expand Up @@ -401,7 +401,7 @@ class NormalModuleFactory extends Tapable {
` You need to specify '${
item.loader
}-loader' instead of '${item.loader}',\n` +
" see https://webpack.js.org/guides/migrating/#automatic-loader-module-name-extension-removed";
" see https://webpack.js.org/migrate/3/#automatic-loader-module-name-extension-removed";
}
callback(err);
}
Expand Down

0 comments on commit be6bdff

Please sign in to comment.