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 97c9a6d commit 8d0d2b1Copy full SHA for 8d0d2b1
lib/WebpackOptionsValidationError.js
@@ -155,7 +155,7 @@ class WebpackOptionsValidationError extends WebpackError {
155
case "debug":
156
return (
157
`${baseMessage}\n` +
158
- "The 'debug' property was removed since webpack 2.\n" +
+ "The 'debug' property was removed in webpack 2.\n" +
159
"Loaders should be updated to allow passing this option via loader options in module.rules.\n" +
160
"Until loaders are updated one can use the LoaderOptionsPlugin to switch loaders into debug mode:\n" +
161
"plugins: [\n" +
0 commit comments