Skip to content

Commit 8d0d2b1

Browse files
author
kvrlk
authored
rollback edit
1 parent 97c9a6d commit 8d0d2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WebpackOptionsValidationError.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class WebpackOptionsValidationError extends WebpackError {
155155
case "debug":
156156
return (
157157
`${baseMessage}\n` +
158-
"The 'debug' property was removed since webpack 2.\n" +
158+
"The 'debug' property was removed in webpack 2.\n" +
159159
"Loaders should be updated to allow passing this option via loader options in module.rules.\n" +
160160
"Until loaders are updated one can use the LoaderOptionsPlugin to switch loaders into debug mode:\n" +
161161
"plugins: [\n" +

0 commit comments

Comments
 (0)