Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
moondef committed May 24, 2018
1 parent 962cea5 commit 25c7b07
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 25c7b07

Please sign in to comment.