We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28498b7 commit a9d0319Copy full SHA for a9d0319
1 file changed
test/Validation.test.js
@@ -93,8 +93,8 @@ describe("Validation", function() {
93
message: [
94
" - configuration has an unknown property 'postcss'. These properties are valid:",
95
" object { amd?, bail?, cache?, context?, dependencies?, devServer?, devtool?, entry, externals?, " +
96
- "loader?, module?, name?, node?, output?, plugins?, profile?, recordsInputPath?, recordsOutputPath?, " +
97
- "recordsPath?, resolve?, resolveLoader?, stats?, target?, watch?, watchOptions? }",
+ "loader?, module?, name?, node?, output?, plugins?, profile?, recordsInputPath?, recordsOutputPath?, " +
+ "recordsPath?, resolve?, resolveLoader?, stats?, target?, watch?, watchOptions? }",
98
" For typos: please correct them.",
99
" For loader options: webpack 2 no longer allows custom properties in configuration.",
100
" Loaders should be updated to allow passing options via loader options in module.rules.",
0 commit comments