mode(warning) update documentation link in warning

This commit is contained in:
EugeneHlushko 2019-04-01 10:56:00 +03:00
parent dc26688731
commit 14c78ce2bd
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ module.exports = class NoModeWarning extends WebpackError {
"The 'mode' option has not been set, webpack will fallback to 'production' for this value. " +
"Set 'mode' option to 'development' or 'production' to enable defaults for each environment.\n" +
"You can also set it to 'none' to disable any default behavior. " +
"Learn more: https://webpack.js.org/concepts/mode/";
"Learn more: https://webpack.js.org/configuration/mode/";
Error.captureStackTrace(this, this.constructor);
}