Skip to content

Commit 97c9a6d

Browse files
author
kvrlk
authored
fix
1 parent ea33a97 commit 97c9a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Validation.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ describe("Validation", () => {
203203
"loader?, module?, name?, node?, output?, optimization?, parallelism?, performance?, plugins?, profile?, recordsInputPath?, " +
204204
"recordsOutputPath?, recordsPath?, resolve?, resolveLoader?, stats?, target?, watch?, watchOptions? }",
205205
" For typos: please correct them.",
206-
" For loader options: webpack since version 2 no longer allows custom properties in configuration.",
206+
" For loader options: webpack >= v2.0.0 no longer allows custom properties in configuration.",
207207
" Loaders should be updated to allow passing options via loader options in module.rules.",
208208
" Until loaders are updated one can use the LoaderOptionsPlugin to pass these options to the loader:",
209209
" plugins: [",

0 commit comments

Comments
 (0)