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 05e3ae8 commit ea33a97Copy full SHA for ea33a97
lib/WebpackOptionsValidationError.js
@@ -169,7 +169,7 @@ class WebpackOptionsValidationError extends WebpackError {
169
baseMessage +
170
"\n" +
171
"For typos: please correct them.\n" +
172
- "For loader options: webpack since version 2 no longer allows custom properties in configuration.\n" +
+ "For loader options: webpack >= v2.0.0 no longer allows custom properties in configuration.\n" +
173
" Loaders should be updated to allow passing options via loader options in module.rules.\n" +
174
" Until loaders are updated one can use the LoaderOptionsPlugin to pass these options to the loader:\n" +
175
" plugins: [\n" +
0 commit comments