We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9bf8a9 commit 930c019Copy full SHA for 930c019
test/Validation.test.js
@@ -146,8 +146,8 @@ describe("Validation", () => {
146
message: [
147
" - configuration has an unknown property 'postcss'. These properties are valid:",
148
" object { amd?, bail?, cache?, context?, dependencies?, devServer?, devtool?, entry, externals?, " +
149
- "loader?, module?, name?, node?, output?, performance?, plugins?, profile?, recordsInputPath?, recordsOutputPath?, " +
150
- "recordsPath?, resolve?, resolveLoader?, stats?, target?, watch?, watchOptions? }",
+ "loader?, module?, name?, node?, output?, parallelism?, performance?, plugins?, profile?, recordsInputPath?, " +
+ "recordsOutputPath?, recordsPath?, resolve?, resolveLoader?, stats?, target?, watch?, watchOptions? }",
151
" For typos: please correct them.",
152
" For loader options: webpack 2 no longer allows custom properties in configuration.",
153
" Loaders should be updated to allow passing options via loader options in module.rules.",
0 commit comments