We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b803c64 commit ddb78d7Copy full SHA for ddb78d7
lib/WebpackOptionsValidationError.js
@@ -65,7 +65,7 @@ class WebpackOptionsValidationError extends WebpackError {
65
66
this.name = "WebpackOptionsValidationError";
67
this.message =
68
- "Invalid configuration object. :( " +
+ "Invalid configuration object. " +
69
"Webpack has been initialised using a configuration object that does not match the API schema.\n" +
70
validationErrors
71
.map(
0 commit comments