@@ -18,14 +18,6 @@ describe("Validation", () => {
1818 message : [
1919 " - configuration should be an object."
2020 ]
21- } , {
22- name : "empty configuration" ,
23- config : { } ,
24- message : [
25- " - configuration misses the property 'entry'." ,
26- " object { <key>: non-empty string | [non-empty string] } | non-empty string | [non-empty string] | function" ,
27- " -> The entry point(s) of the compilation."
28- ]
2921 } , {
3022 name : "empty entry string" ,
3123 config : {
@@ -185,7 +177,7 @@ describe("Validation", () => {
185177 } ,
186178 message : [
187179 " - configuration has an unknown property 'postcss'. These properties are valid:" ,
188- " object { mode?, amd?, bail?, cache?, context?, dependencies?, devServer?, devtool?, entry, externals?, " +
180+ " object { mode?, amd?, bail?, cache?, context?, dependencies?, devServer?, devtool?, entry? , externals?, " +
189181 "loader?, module?, name?, node?, output?, optimization?, parallelism?, performance?, plugins?, profile?, recordsInputPath?, " +
190182 "recordsOutputPath?, recordsPath?, resolve?, resolveLoader?, stats?, target?, watch?, watchOptions? }" ,
191183 " For typos: please correct them." ,
0 commit comments