We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d554794 commit 34cf2acCopy full SHA for 34cf2ac
lib/EnvironmentPlugin.js
@@ -30,7 +30,7 @@ class EnvironmentPlugin {
30
const error = new Error(
31
"EnvironmentPlugin - " + key + " environment variable is undefined. \n\n" +
32
"You can pass an object with default values to suppress this warning. \n" +
33
- "See http://webpack.github.io/docs/list-of-plugins.html#environmentplugin for example."
+ "See https://webpack.js.org/plugins/environment-plugin for example."
34
);
35
36
error.name = "EnvVariableNotDefinedError";
0 commit comments