Skip to content

Commit ea33a97

Browse files
author
kvrlk
authored
Fixed
1 parent 05e3ae8 commit ea33a97

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
@@ -169,7 +169,7 @@ class WebpackOptionsValidationError extends WebpackError {
169169
baseMessage +
170170
"\n" +
171171
"For typos: please correct them.\n" +
172-
"For loader options: webpack since version 2 no longer allows custom properties in configuration.\n" +
172+
"For loader options: webpack >= v2.0.0 no longer allows custom properties in configuration.\n" +
173173
" Loaders should be updated to allow passing options via loader options in module.rules.\n" +
174174
" Until loaders are updated one can use the LoaderOptionsPlugin to pass these options to the loader:\n" +
175175
" plugins: [\n" +

0 commit comments

Comments
 (0)