@@ -425,7 +425,7 @@ exports[`Validation should fail validation for array with maxItems 1`] = `
425
425
426
426
exports [` Validation should fail validation for array with minItems 1` ] = `
427
427
"Invalid configuration object. Object has been initialized using a configuration object that does not match the API schema.
428
- - configuration.arrayWithMinItems should be an non-empty array."
428
+ - configuration.arrayWithMinItems should be a non-empty array."
429
429
` ;
430
430
431
431
exports [` Validation should fail validation for array with only number 1` ] = `
@@ -480,13 +480,13 @@ exports[`Validation should fail validation for boolean type 1`] = `
480
480
481
481
exports [` Validation should fail validation for configuration dataPath #1 1` ] = `
482
482
"Invalid options object. MyPlugin has been initialized using an options object that does not match the API schema.
483
- - options.entry should be an non-empty string.
483
+ - options.entry should be a non-empty string.
484
484
-> An entry point without name. The string is resolved to a module which is loaded upon startup."
485
485
` ;
486
486
487
487
exports [` Validation should fail validation for configuration dataPath 1` ] = `
488
488
"Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
489
- - configuration.entry should be an non-empty string.
489
+ - configuration.entry should be a non-empty string.
490
490
-> An entry point without name. The string is resolved to a module which is loaded upon startup."
491
491
` ;
492
492
@@ -556,7 +556,7 @@ exports[`Validation should fail validation for contains inside items 1`] = `
556
556
557
557
exports [` Validation should fail validation for css-loader name 1` ] = `
558
558
"Invalid configuration object. CSS Loader has been initialized using a configuration object that does not match the API schema.
559
- - configuration.entry should be an non-empty string.
559
+ - configuration.entry should be a non-empty string.
560
560
-> An entry point without name. The string is resolved to a module which is loaded upon startup."
561
561
` ;
562
562
@@ -589,13 +589,13 @@ exports[`Validation should fail validation for empty const 1`] = `
589
589
590
590
exports [` Validation should fail validation for empty entry bundle array 1` ] = `
591
591
"Invalid configuration object. Object has been initialized using a configuration object that does not match the API schema.
592
- - configuration.entry['bundle'] should be an non-empty array.
592
+ - configuration.entry['bundle'] should be a non-empty array.
593
593
-> A non-empty array of non-empty strings"
594
594
` ;
595
595
596
596
exports [` Validation should fail validation for empty entry string 1` ] = `
597
597
"Invalid configuration object. Object has been initialized using a configuration object that does not match the API schema.
598
- - configuration.entry should be an non-empty string.
598
+ - configuration.entry should be a non-empty string.
599
599
-> An entry point without name. The string is resolved to a module which is loaded upon startup."
600
600
` ;
601
601
@@ -997,7 +997,7 @@ exports[`Validation should fail validation for min length 1`] = `
997
997
998
998
exports [` Validation should fail validation for min properties 1` ] = `
999
999
"Invalid configuration object. Object has been initialized using a configuration object that does not match the API schema.
1000
- - configuration.entry should be an non-empty object.
1000
+ - configuration.entry should be a non-empty object.
1001
1001
-> Multiple entry bundles are created. The key is the chunk name. The value can be a string or an array."
1002
1002
` ;
1003
1003
@@ -1152,7 +1152,7 @@ exports[`Validation should fail validation for no type like array with minItems
1152
1152
1153
1153
exports [` Validation should fail validation for no type like array with minItems 3` ] = `
1154
1154
"Invalid configuration object. Object has been initialized using a configuration object that does not match the API schema.
1155
- - configuration.noTypeMinProperties1 should be an non-empty object | should be any non-object."
1155
+ - configuration.noTypeMinProperties1 should be a non-empty object | should be any non-object."
1156
1156
` ;
1157
1157
1158
1158
exports [` Validation should fail validation for no type like array with minItems 4` ] = `
@@ -1162,7 +1162,7 @@ exports[`Validation should fail validation for no type like array with minItems
1162
1162
1163
1163
exports [` Validation should fail validation for no type like array with minItems equals 1 1` ] = `
1164
1164
"Invalid configuration object. Object has been initialized using a configuration object that does not match the API schema.
1165
- - configuration.noTypeLikeArrayMinItems1 should be an non-empty array | should be any non-array."
1165
+ - configuration.noTypeLikeArrayMinItems1 should be a non-empty array | should be any non-array."
1166
1166
` ;
1167
1167
1168
1168
exports [` Validation should fail validation for no type like number with exclusive maximum 1` ] = `
@@ -1248,7 +1248,7 @@ exports[`Validation should fail validation for no type like string with minLengt
1248
1248
1249
1249
exports [` Validation should fail validation for no type like string with minLength equals 1 1` ] = `
1250
1250
"Invalid configuration object. Object has been initialized using a configuration object that does not match the API schema.
1251
- - configuration.noTypeLikeStringMinLength1 should be an non-empty string | should be any non-string."
1251
+ - configuration.noTypeLikeStringMinLength1 should be a non-empty string | should be any non-string."
1252
1252
` ;
1253
1253
1254
1254
exports [` Validation should fail validation for no type like string with pattern 1` ] = `
@@ -1302,7 +1302,7 @@ exports[`Validation should fail validation for not empty string #1 1`] = `
1302
1302
1303
1303
exports [` Validation should fail validation for not empty string #2 1` ] = `
1304
1304
"Invalid configuration object. Object has been initialized using a configuration object that does not match the API schema.
1305
- - configuration.notEmptyString2 should be an non-empty string."
1305
+ - configuration.notEmptyString2 should be a non-empty string."
1306
1306
` ;
1307
1307
1308
1308
exports [` Validation should fail validation for not enum 1` ] = `
@@ -1809,7 +1809,7 @@ exports[`Validation should fail validation for string with minLength, maxLength
1809
1809
1810
1810
exports [` Validation should fail validation for terser-webpack-plugin name 1` ] = `
1811
1811
"Invalid configuration object. Terser Plugin has been initialized using a configuration object that does not match the API schema.
1812
- - configuration.entry should be an non-empty string.
1812
+ - configuration.entry should be a non-empty string.
1813
1813
-> An entry point without name. The string is resolved to a module which is loaded upon startup."
1814
1814
` ;
1815
1815
@@ -1837,7 +1837,7 @@ exports[`Validation should fail validation for uniqueItems 2`] = `
1837
1837
1838
1838
exports [` Validation should fail validation for webpack name 1` ] = `
1839
1839
"Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
1840
- - configuration.entry should be an non-empty string.
1840
+ - configuration.entry should be a non-empty string.
1841
1841
-> An entry point without name. The string is resolved to a module which is loaded upon startup."
1842
1842
` ;
1843
1843
0 commit comments