Skip to content

Commit

Permalink
rollback edit
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrlk authored Feb 28, 2018
1 parent 97c9a6d commit 8d0d2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebpackOptionsValidationError.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class WebpackOptionsValidationError extends WebpackError {
case "debug":
return (
`${baseMessage}\n` +
"The 'debug' property was removed since webpack 2.\n" +
"The 'debug' property was removed in webpack 2.\n" +
"Loaders should be updated to allow passing this option via loader options in module.rules.\n" +
"Until loaders are updated one can use the LoaderOptionsPlugin to switch loaders into debug mode:\n" +
"plugins: [\n" +
Expand Down

0 comments on commit 8d0d2b1

Please sign in to comment.