File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ class WebpackOptionsValidationError extends WebpackError {
155
155
case "debug" :
156
156
return (
157
157
`${ baseMessage } \n` +
158
- "The 'debug' property was removed in webpack 2.\n" +
158
+ "The 'debug' property was removed since webpack 2.\n" +
159
159
"Loaders should be updated to allow passing this option via loader options in module.rules.\n" +
160
160
"Until loaders are updated one can use the LoaderOptionsPlugin to switch loaders into debug mode:\n" +
161
161
"plugins: [\n" +
@@ -169,7 +169,7 @@ class WebpackOptionsValidationError extends WebpackError {
169
169
baseMessage +
170
170
"\n" +
171
171
"For typos: please correct them.\n" +
172
- "For loader options: webpack 2 no longer allows custom properties in configuration.\n" +
172
+ "For loader options: webpack since version 2 no longer allows custom properties in configuration.\n" +
173
173
" Loaders should be updated to allow passing options via loader options in module.rules.\n" +
174
174
" Until loaders are updated one can use the LoaderOptionsPlugin to pass these options to the loader:\n" +
175
175
" plugins: [\n" +
You can’t perform that action at this time.
0 commit comments