@@ -21,47 +21,47 @@ exports[`validate options should throw an error on the "publicPath" option with
21
21
exports [` validate options should throw an error on the "unknown" option with "/test/" value 1` ] = `
22
22
"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
23
23
- options has an unknown property 'unknown'. These properties are valid:
24
- object { publicPath ? , emit ? , esModule ? , layer ? }"
24
+ object { publicPath ? , emit ? , esModule ? , defaultExport ? , layer ? }"
25
25
`;
26
26
27
27
exports [` validate options should throw an error on the "unknown" option with "[]" value 1` ] = `
28
28
"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
29
29
- options has an unknown property 'unknown'. These properties are valid:
30
- object { publicPath ? , emit ? , esModule ? , layer ? }"
30
+ object { publicPath ? , emit ? , esModule ? , defaultExport ? , layer ? }"
31
31
`;
32
32
33
33
exports [` validate options should throw an error on the "unknown" option with "{ " foo" :" bar" } " value 1` ] = `
34
34
"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
35
35
- options has an unknown property 'unknown'. These properties are valid:
36
- object { publicPath ? , emit ? , esModule ? , layer ? }"
36
+ object { publicPath ? , emit ? , esModule ? , defaultExport ? , layer ? }"
37
37
`;
38
38
39
39
exports [` validate options should throw an error on the "unknown" option with "{ } " value 1` ] = `
40
40
"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
41
41
- options has an unknown property 'unknown'. These properties are valid:
42
- object { publicPath ? , emit ? , esModule ? , layer ? }"
42
+ object { publicPath ? , emit ? , esModule ? , defaultExport ? , layer ? }"
43
43
`;
44
44
45
45
exports [` validate options should throw an error on the "unknown" option with "1" value 1` ] = `
46
46
"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
47
47
- options has an unknown property 'unknown'. These properties are valid:
48
- object { publicPath ? , emit ? , esModule ? , layer ? }"
48
+ object { publicPath ? , emit ? , esModule ? , defaultExport ? , layer ? }"
49
49
`;
50
50
51
51
exports [` validate options should throw an error on the "unknown" option with "false" value 1` ] = `
52
52
"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
53
53
- options has an unknown property 'unknown'. These properties are valid:
54
- object { publicPath ? , emit ? , esModule ? , layer ? }"
54
+ object { publicPath ? , emit ? , esModule ? , defaultExport ? , layer ? }"
55
55
`;
56
56
57
57
exports [` validate options should throw an error on the "unknown" option with "test" value 1` ] = `
58
58
"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
59
59
- options has an unknown property 'unknown'. These properties are valid:
60
- object { publicPath ? , emit ? , esModule ? , layer ? }"
60
+ object { publicPath ? , emit ? , esModule ? , defaultExport ? , layer ? }"
61
61
`;
62
62
63
63
exports [` validate options should throw an error on the "unknown" option with "true" value 1` ] = `
64
64
"Invalid options object. Mini CSS Extract Plugin Loader has been initialized using an options object that does not match the API schema.
65
65
- options has an unknown property 'unknown'. These properties are valid:
66
- object { publicPath ? , emit ? , esModule ? , layer ? }"
66
+ object { publicPath ? , emit ? , esModule ? , defaultExport ? , layer ? }"
67
67
`;
0 commit comments